Package | Description |
---|---|
org.apache.jackrabbit.core.cache | |
org.apache.jackrabbit.core.persistence.bundle |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCache
Abstract base class for managed
Cache s. |
class |
ConcurrentCache<K,V>
Concurrent cache implementation that uses cache segments to minimize
the chance of lock contention.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractBundlePersistenceManager.disposeCache(Cache cache) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.