Package de.hybris.platform.jalo
Class Item.CachedGetter
- java.lang.Object
-
- de.hybris.platform.jalo.Item.CachedGetter
-
- Enclosing class:
- Item
public abstract class Item.CachedGetter extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CachedGetter(java.lang.Object key)
protected
CachedGetter(java.lang.Object key, boolean localized)
protected
CachedGetter(java.lang.Object key, boolean localized, boolean invalidateOnRemovalOnly)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract java.lang.Object
compute(SessionContext ctx)
java.lang.Object
get()
java.lang.Object
get(SessionContext ctx)
-
-
-
Method Detail
-
get
public final java.lang.Object get() throws Item.JaloCachedComputationException
-
get
public final java.lang.Object get(SessionContext ctx) throws Item.JaloCachedComputationException
-
compute
protected abstract java.lang.Object compute(SessionContext ctx) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-