public class IndexedDiskCacheFactory extends AbstractAuxiliaryCacheFactory
| Constructor and Description |
|---|
IndexedDiskCacheFactory() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> IndexedDiskCache<K,V> |
createCache(AuxiliaryCacheAttributes iaca,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Create an instance of an IndexedDiskCache.
|
getName, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdispose, initializepublic <K,V> IndexedDiskCache<K,V> createCache(AuxiliaryCacheAttributes iaca, ICompositeCacheManager cacheMgr, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer)
iaca - cache attributes of this cache instancecacheMgr - This allows auxiliaries to reference the manager without assuming that it is
a singleton. This will allow JCS to be a non-singleton. Also, it makes it easier to
test.cacheEventLogger - elementSerializer - Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.