Interface ICacheObject
-
- All Known Implementing Classes:
CacheObject
public interface ICacheObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetKey()longgetLifeTime()IResourceReferencegetResourceReference()
-
-
-
Method Detail
-
getKey
java.lang.Object getKey()
-
getResourceReference
IResourceReference getResourceReference()
-
getLifeTime
long getLifeTime()
-
-