| Package | Description |
|---|---|
| org.apache.commons.jcs3.auxiliary.disk.block |
| Modifier and Type | Field and Description |
|---|---|
protected BlockDiskCache<K,?> |
BlockDiskKeyStore.blockDiskCache
we need this so we can communicate free blocks to the data store when
keys fall off the LRU
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> BlockDiskCache<K,V> |
BlockDiskCacheFactory.createCache(AuxiliaryCacheAttributes iaca,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Create an instance of the BlockDiskCache.
|
| Constructor and Description |
|---|
BlockDiskKeyStore(BlockDiskCacheAttributes cacheAttributes,
BlockDiskCache<K,?> blockDiskCache)
Set the configuration options.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.