org.objectweb.perseus.cache.lib
Class BasicCacheEntryFactory
java.lang.Object
org.objectweb.perseus.cache.lib.BasicCacheEntryFactory
- CacheEntryFactory
public class BasicCacheEntryFactory
extends java.lang.Object
This class is the default implementation of the CacheEntryFactory interface.
- S.Chassande-Barrioz
FixableCacheEntry | create(Object id, Object obj) - Creates a CacheEntry, given the object and its corresponding
object identifier.
|
create
public FixableCacheEntry create(Object id,
Object obj)
Creates a CacheEntry, given the object and its corresponding
object identifier.
- create in interface CacheEntryFactory
id
- is the object identifier.obj
- is the object held in a cache.
Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.