public abstract class Item.CachedGetter
extends java.lang.Object
| Modifier | Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.Object |
compute(SessionContext ctx) |
java.lang.Object |
get() |
java.lang.Object |
get(SessionContext ctx) |
protected CachedGetter(java.lang.Object key)
protected CachedGetter(java.lang.Object key,
boolean localized)
protected CachedGetter(java.lang.Object key,
boolean localized,
boolean invalidateOnRemovalOnly)
public final java.lang.Object get()
throws Item.JaloCachedComputationException
public final java.lang.Object get(SessionContext ctx) throws Item.JaloCachedComputationException
protected abstract java.lang.Object compute(SessionContext ctx) throws java.lang.Exception
java.lang.ExceptionCopyright © 2018 SAP SE. All Rights Reserved.