|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.perseus.cache.lib.BasicCacheEntryFactory
This class is the default implementation of the CacheEntryFactory interface.
Constructor Summary | |
BasicCacheEntryFactory()
|
Method Summary | |
FixableCacheEntry |
create(java.lang.Object id,
java.lang.Object obj)
Creates a CacheEntry, given the object and its corresponding object identifier. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BasicCacheEntryFactory()
Method Detail |
public FixableCacheEntry create(java.lang.Object id, java.lang.Object obj)
CacheEntryFactory
create
in interface CacheEntryFactory
id
- is the object identifier.obj
- is the object held in a cache.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |