Package de.hybris.platform.jalo
Class Item.CachedGetter
java.lang.Object
de.hybris.platform.jalo.Item.CachedGetter
- Enclosing class:
- Item
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCachedGetter(Object key) protectedCachedGetter(Object key, boolean localized) protectedCachedGetter(Object key, boolean localized, boolean invalidateOnRemovalOnly) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Objectcompute(SessionContext ctx) booleanfinal Objectget()final Objectget(SessionContext ctx) protected final Map<de.hybris.platform.jalo.Item.CacheableItemLogic,de.hybris.platform.jalo.Item.CacheEntry> protected final de.hybris.platform.jalo.Item.CacheableItemLogicgetKey(SessionContext ctx) inthashCode()protected final booleanprotected final booleannoLanguage(SessionContext ctx) toString()
-
Constructor Details
-
CachedGetter
-
CachedGetter
-
CachedGetter
-
-
Method Details
-
get
-
get
-
compute
- Throws:
Exception
-
toString
-
isLocalCachingSupported
protected final boolean isLocalCachingSupported() -
noLanguage
-
getKey
-
hashCode
public int hashCode() -
equals
-
getCacheMap
protected final Map<de.hybris.platform.jalo.Item.CacheableItemLogic,de.hybris.platform.jalo.Item.CacheEntry> getCacheMap()
-