org.objectweb.perseus.cache.api
Interface CacheEntry
- FixableCacheEntry, ReplaceableCacheEntry
- BasicReplaceableCacheEntry
public interface CacheEntry
Defines the interface for management of entries held in the cache.
Every Cache has an internal table. Entries in such a table,
must provide the methods defined by this interface.
- Luciano Garcia-Banuelos (Luciano.Garcia@imag.fr)
Object | getCeIdentifier() - Returns the object identifier associated to the object in the
cache entry.
|
Object | getCeObject() - Gives access to the object within the cache entry.
|
getCeIdentifier
public Object getCeIdentifier()
Returns the object identifier associated to the object in the
cache entry.
getCeObject
public Object getCeObject()
Gives access to the object within the cache entry.
Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.