Uses of Class
de.hybris.platform.persistence.ItemCacheKey
-
-
Uses of ItemCacheKey in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that return ItemCacheKey Modifier and Type Method Description protected ItemCacheKeyItemEJB. getCacheKey(java.lang.Object quali)ItemCacheKeyItemCacheKey. getCopy()create a copy of this ItemCacheKey; must be public for hjmpprotected ItemCacheKeyItemEJB. getOrAddCacheKey(ItemCacheKey key)Methods in de.hybris.platform.persistence that return types with arguments of type ItemCacheKey Modifier and Type Method Description protected abstract java.util.Map<java.lang.Object,ItemCacheKey>ItemEJB. getCacheKeyMap()Methods in de.hybris.platform.persistence with parameters of type ItemCacheKey Modifier and Type Method Description protected java.lang.ObjectGenericBMPBean. getCachedValueForModification(ItemCacheKey key)protected java.lang.ObjectItemEJB. getCachedValueForModification(ItemCacheKey key)protected java.lang.ObjectItemEJB. getCachedValueForReading(ItemCacheKey key)the returned cached value may be unmodifiableprotected java.lang.ObjectItemEJB. getCachedValueForReadingIfAvailable(ItemCacheKey key)will return the cached value if it has already been computed, or null otherwiseprotected ItemCacheKeyItemEJB. getOrAddCacheKey(ItemCacheKey key) -
Uses of ItemCacheKey in de.hybris.platform.persistence.enumeration
Methods in de.hybris.platform.persistence.enumeration with parameters of type ItemCacheKey Modifier and Type Method Description protected java.lang.ObjectEnumerationValue_HJMPWrapper. getCachedValueForModification(ItemCacheKey key) -
Uses of ItemCacheKey in de.hybris.platform.persistence.link
Methods in de.hybris.platform.persistence.link with parameters of type ItemCacheKey Modifier and Type Method Description protected java.lang.ObjectGenericLinkBMPBean. getCachedValueForModification(ItemCacheKey key) -
Uses of ItemCacheKey in de.hybris.platform.persistence.meta
Methods in de.hybris.platform.persistence.meta with parameters of type ItemCacheKey Modifier and Type Method Description protected java.lang.ObjectMetaInformation_HJMPWrapper. getCachedValueForModification(ItemCacheKey key) -
Uses of ItemCacheKey in de.hybris.platform.persistence.property
Subclasses of ItemCacheKey in de.hybris.platform.persistence.property Modifier and Type Class Description classItemLocalizedPropertyCacheKeyclassItemOldPropertyCacheKeyclassItemPropertyCacheKey -
Uses of ItemCacheKey in de.hybris.platform.persistence.security
Subclasses of ItemCacheKey in de.hybris.platform.persistence.security Modifier and Type Class Description classGlobalACLCacheKeyitem cache key for keeping an principal's global acl inside a cache object.classItemACLCacheKeyitem cache key for keeping an item's acl inside a cache object. -
Uses of ItemCacheKey in de.hybris.platform.persistence.test
Methods in de.hybris.platform.persistence.test with parameters of type ItemCacheKey Modifier and Type Method Description protected java.lang.ObjectTestItem_HJMPWrapper. getCachedValueForModification(ItemCacheKey key) -
Uses of ItemCacheKey in de.hybris.platform.persistence.type
Methods in de.hybris.platform.persistence.type with parameters of type ItemCacheKey Modifier and Type Method Description protected java.lang.ObjectAtomicType_HJMPWrapper. getCachedValueForModification(ItemCacheKey key)protected java.lang.ObjectAttributeDescriptor_HJMPWrapper. getCachedValueForModification(ItemCacheKey key)protected java.lang.ObjectCollectionType_HJMPWrapper. getCachedValueForModification(ItemCacheKey key)protected java.lang.ObjectComposedType_HJMPWrapper. getCachedValueForModification(ItemCacheKey key)protected java.lang.ObjectMapType_HJMPWrapper. getCachedValueForModification(ItemCacheKey key)protected java.lang.ObjectSearchRestriction_HJMPWrapper. getCachedValueForModification(ItemCacheKey key)
-