Class PropertyCache
java.lang.Object
de.hybris.platform.cockpit.services.meta.impl.PropertyCache
Qualifier based property descriptor cache. Used by the type service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends PropertyDescriptor>
voidaddProperty(String qualifier, T propertyDescriptor) voidclear()<T extends PropertyDescriptor>
TgetProperty(String qualifier)
-
Constructor Details
-
PropertyCache
public PropertyCache() -
PropertyCache
public PropertyCache(int maxSize)
-
-
Method Details
-
getProperty
-
addProperty
-
clear
public void clear()
-