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

Packages that use Cache
org.apache.jackrabbit.core.cache   
org.apache.jackrabbit.core.persistence.bundle   
 

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

Classes in org.apache.jackrabbit.core.cache that implement Cache
 class AbstractCache
          Abstract base class for managed Caches.
 class ConcurrentCache<K,V>
          Concurrent cache implementation that uses cache segments to minimize the chance of lock contention.
 

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

Uses of Cache in org.apache.jackrabbit.core.persistence.bundle
 

Methods in org.apache.jackrabbit.core.persistence.bundle with parameters of type Cache
 void AbstractBundlePersistenceManager.disposeCache(Cache cache)
           
 



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