T - The type of the cached object (which is the generic type of the ObjectCreator too)public interface ObjectKey<T>
ObjectCacheManager).
The expiration state indicates whether the cached objectvalue is valid anymore. can change from valied to expired and
vice versa.| Modifier and Type | Method and Description |
|---|---|
boolean |
getExpired()
Indicates whether the cached object is still valid.
|
ObjectCreator<T> |
getObjectCreator()
The
ObjectCreator which can create an Object for this key. |
java.lang.Object |
getSignature()
A signature which must be unique within one cache system.
|
java.lang.Object getSignature()
boolean getExpired()
ObjectCreator<T> getObjectCreator()
ObjectCreator which can create an Object for this key.ObjectCreatorCopyright © 2018 SAP SE. All Rights Reserved.