org.objectweb.perseus.cache.api
Interface CacheEntryFactory
- BasicCacheEntryFactory
public interface CacheEntryFactory
Interface for the CacheEntry factory
(see GoF's Abstract Factory pattern.)
- Luciano Garcia-Banuelos (Luciano.Garcia@imag.fr)
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.
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.