public final class ItemOldPropertyCacheKey extends ItemPropertyCacheKey
cloned, info, itemPK| Modifier | Constructor and Description |
|---|---|
|
ItemOldPropertyCacheKey() |
protected |
ItemOldPropertyCacheKey(PK itemPK)
clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
clone() |
protected Object |
cloneValue(Object value)
this method should clone a cached value object.
|
protected Object |
computeValue(ItemEJB item)
initially creates the cached data object for a specified item.
|
protected void |
dispose(boolean inRemove)
called when this cache key object is remove from cache.
|
protected String |
getQualifier() |
protected boolean |
isValid(ItemEJB item) |
createUnmodifiableViewOfValue, notifyPropertyDataChangedgetCopy, getValueForModification, getValueForReading, getValueForReadingIfAvailable, getValueInternalpublic ItemOldPropertyCacheKey()
protected ItemOldPropertyCacheKey(PK itemPK)
protected Object clone() throws CloneNotSupportedException
clone in class ItemPropertyCacheKeyCloneNotSupportedExceptionprotected String getQualifier()
getQualifier in class ItemPropertyCacheKeyprotected boolean isValid(ItemEJB item)
isValid in class ItemPropertyCacheKeyprotected void dispose(boolean inRemove)
ItemCacheKeydispose in class ItemPropertyCacheKeyprotected Object computeValue(ItemEJB item)
ItemCacheKeycomputeValue in class ItemPropertyCacheKeyprotected Object cloneValue(Object value)
ItemCacheKeyItemCacheKey.getCopy() only if this
ItemCacheKey object already holds a cached value object.cloneValue in class ItemPropertyCacheKeyCopyright © 2017 SAP SE. All Rights Reserved.