org.objectweb.perseus.cache.api

Interface CacheEntry

Known Subinterfaces:
FixableCacheEntry, ReplaceableCacheEntry
Known Implementing Classes:
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.

Author:
Luciano Garcia-Banuelos (Luciano.Garcia@imag.fr)

Method Summary

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.

Method Details

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.