org.objectweb.perseus.cache.api
Interface CacheEntry

All Known Subinterfaces:
FixableCacheEntry, ReplaceableCacheEntry
All 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
 java.lang.Object getCeIdentifier()
          Returns the object identifier associated to the object in the cache entry.
 java.lang.Object getCeObject()
          Gives access to the object within the cache entry.
 

Method Detail

getCeObject

public java.lang.Object getCeObject()
Gives access to the object within the cache entry.


getCeIdentifier

public java.lang.Object getCeIdentifier()
Returns the object identifier associated to the object in the cache entry.



Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.