Package | Description |
---|---|
org.apache.commons.jcs.auxiliary.disk.block |
Modifier and Type | Method and Description |
---|---|
<K,V> BlockDiskCache<K,V> |
BlockDiskCacheManager.getCache(BlockDiskCacheAttributes cacheAttributes)
Get an BlockDiskCache for the supplied attributes.
|
static BlockDiskCacheManager |
BlockDiskCacheManager.getInstance(BlockDiskCacheAttributes defaultCacheAttributes,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Gets the singleton instance of the manager
|
Constructor and Description |
---|
BlockDiskCache(BlockDiskCacheAttributes cacheAttributes)
Constructs the BlockDisk after setting up the root directory.
|
BlockDiskCache(BlockDiskCacheAttributes cacheAttributes,
IElementSerializer elementSerializer)
Constructs the BlockDisk after setting up the root directory.
|
BlockDiskKeyStore(BlockDiskCacheAttributes cacheAttributes,
BlockDiskCache<K,?> blockDiskCache)
Set the configuration options.
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.