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

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

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.
 



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