Frames | No Frames |
Methods with parameter type org.objectweb.perseus.cache.api.CacheEntry | |
void | This method notifies the cache manager the intention to use
the object identified by lid. |
void | Called whenever an object has been accessed. |
void | This method is used to notify the cache manager that the object
identified by lid is not longer to be used. |
Methods with return type org.objectweb.perseus.cache.api.CacheEntry | |
CacheEntry | CacheManager.bind(Object id, Object object) This method allows a in-memory object (incarnation) to be
placed in the cache. |
CacheEntry | |
CacheEntry | CacheManager.lookup(Object id) This method searches the object, identified by lid, within the
cache. |
Classes implementing org.objectweb.perseus.cache.api.CacheEntry | |
class | This class is a simple implementation of the ReplaceableCacheEntry interface. |
Constructors with parameter type org.objectweb.perseus.cache.api.CacheEntry | |
Fields of type org.objectweb.perseus.cache.api.CacheEntry | |
CacheEntry |
Methods with parameter type org.objectweb.perseus.cache.api.CacheEntry | |
void | |
void | |
void |
Methods with return type org.objectweb.perseus.cache.api.CacheEntry | |
CacheEntry | BasicCacheManager.bind(Object id, Object object) |
CacheEntry | |
CacheEntry | BasicCacheManager.lookup(Object id) |