Uses of Class
org.apache.commons.jcs3.auxiliary.disk.block.BlockDiskCache
Packages that use BlockDiskCache
-
Uses of BlockDiskCache in org.apache.commons.jcs3.auxiliary.disk.block
Fields in org.apache.commons.jcs3.auxiliary.disk.block declared as BlockDiskCacheModifier and TypeFieldDescriptionprotected final BlockDiskCache<K,
?> BlockDiskKeyStore.blockDiskCache
we need this so we can communicate free blocks to the data store when keys fall off the LRUMethods in org.apache.commons.jcs3.auxiliary.disk.block that return BlockDiskCacheModifier and TypeMethodDescription<K,
V> BlockDiskCache<K, V> BlockDiskCacheFactory.createCache
(AuxiliaryCacheAttributes iaca, ICompositeCacheManager cacheMgr, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer) Create an instance of the BlockDiskCache.Constructors in org.apache.commons.jcs3.auxiliary.disk.block with parameters of type BlockDiskCacheModifierConstructorDescriptionBlockDiskKeyStore
(BlockDiskCacheAttributes cacheAttributes, BlockDiskCache<K, ?> blockDiskCache) Set the configuration options.