Uses of Interface
org.apache.jackrabbit.core.state.Cache

Packages that use Cache
org.apache.jackrabbit.core.state   
 

Uses of Cache in org.apache.jackrabbit.core.state
 

Classes in org.apache.jackrabbit.core.state that implement Cache
 class MLRUItemStateCache
          An ItemStateCache implementation that internally uses a LinkedMap to maintain a cache of ItemState objects.
 

Methods in org.apache.jackrabbit.core.state with parameters of type Cache
 void CacheManager.add(Cache cache)
          Add a new cache to the list.
 void CacheAccessListener.disposeCache(Cache cache)
          Called after the cache is no longer used.
 void CacheManager.disposeCache(Cache cache)
           
 void CacheManager.remove(Cache cache)
          Remove a cache.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.