Frames | No Frames |
Methods with parameter type org.objectweb.perseus.cache.api.FixableCacheEntry | |
void | |
void | Called whenever an object has been accessed. |
Methods with return type org.objectweb.perseus.cache.api.FixableCacheEntry | |
FixableCacheEntry | CacheEntryFactory.create(Object id, Object obj) Creates a CacheEntry, given the object and its corresponding
object identifier. |
Classes implementing org.objectweb.perseus.cache.api.FixableCacheEntry | |
class | This class is a simple implementation of the ReplaceableCacheEntry interface. |
Methods with return type org.objectweb.perseus.cache.api.FixableCacheEntry | |
FixableCacheEntry | BasicCacheEntryFactory.create(Object id, Object obj) Creates a CacheEntry, given the object and its corresponding
object identifier. |
Methods with parameter type org.objectweb.perseus.cache.api.FixableCacheEntry | |
void | |
void | Called whenever an object has been accessed. |