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

Packages that use CacheEntryFilter
org.objectweb.perseus.cache.api   
org.objectweb.perseus.cache.lib   
org.objectweb.perseus.cache.replacement.lib   
 

Uses of CacheEntryFilter in org.objectweb.perseus.cache.api
 

Methods in org.objectweb.perseus.cache.api with parameters of type CacheEntryFilter
 java.util.Collection UnbindManager.unbind(CacheEntryFilter filter, boolean force)
          Evicts the entries which are accepted by the filter.
 void CacheManager.fix(CacheEntryFilter cef)
          This method notifies the cache manager the intention to use objects in the cache.
 void CacheManager.unfix(CacheEntryFilter cef)
          This method is used to notify the cache manager that objects are not longer to be used.
 

Uses of CacheEntryFilter in org.objectweb.perseus.cache.lib
 

Methods in org.objectweb.perseus.cache.lib with parameters of type CacheEntryFilter
 void BasicCacheManager.fix(CacheEntryFilter filter)
           
 void BasicCacheManager.unfix(CacheEntryFilter filter)
           
 java.util.Collection BasicCacheManager.unbind(CacheEntryFilter filter, boolean force)
           
 

Uses of CacheEntryFilter in org.objectweb.perseus.cache.replacement.lib
 

Methods in org.objectweb.perseus.cache.replacement.lib with parameters of type CacheEntryFilter
 java.util.Collection AbstractReplacementManager.unbind(CacheEntryFilter filter, boolean force)
           
 



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