Uses of Interface org.objectweb.perseus.cache.api.CacheEntry

Uses in package org.objectweb.perseus.cache.api

Methods with parameter type org.objectweb.perseus.cache.api.CacheEntry

void
This method notifies the cache manager the intention to use the object identified by lid.
void
Called whenever an object has been accessed.
void
This method is used to notify the cache manager that the object identified by lid is not longer to be used.

Methods with return type org.objectweb.perseus.cache.api.CacheEntry

CacheEntry
CacheManager.bind(Object id, Object object)
This method allows a in-memory object (incarnation) to be placed in the cache.
CacheEntry
CacheEntry
CacheManager.lookup(Object id)
This method searches the object, identified by lid, within the cache.

Uses in package org.objectweb.perseus.cache.lib

Classes implementing org.objectweb.perseus.cache.api.CacheEntry

class
This class is a simple implementation of the ReplaceableCacheEntry interface.

Constructors with parameter type org.objectweb.perseus.cache.api.CacheEntry

BasicCacheManager.Event.Event(int eventid, CacheEntry _ce, int cachesize)

Fields of type org.objectweb.perseus.cache.api.CacheEntry

CacheEntry

Methods with parameter type org.objectweb.perseus.cache.api.CacheEntry

void
void
void

Methods with return type org.objectweb.perseus.cache.api.CacheEntry

CacheEntry
BasicCacheManager.bind(Object id, Object object)
CacheEntry
CacheEntry

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