| Package | Description |
|---|---|
| org.apache.commons.jcs.auxiliary.disk.indexed |
| Modifier and Type | Method and Description |
|---|---|
<K,V> IndexedDiskCache<K,V> |
IndexedDiskCacheManager.getCache(IndexedDiskCacheAttributes cacheAttributes)
Get an IndexedDiskCache for the supplied attributes.
|
static IndexedDiskCacheManager |
IndexedDiskCacheManager.getInstance(IndexedDiskCacheAttributes defaultCacheAttributes,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Gets the singleton instance of the manager
|
| Constructor and Description |
|---|
IndexedDiskCache(IndexedDiskCacheAttributes cacheAttributes)
Constructor for the DiskCache object.
|
IndexedDiskCache(IndexedDiskCacheAttributes cattr,
IElementSerializer elementSerializer)
Constructor for the DiskCache object.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.