Uses of Class
org.apache.commons.jcs3.auxiliary.disk.block.BlockDiskCacheAttributes
Packages that use BlockDiskCacheAttributes
-
Uses of BlockDiskCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.block
Constructors in org.apache.commons.jcs3.auxiliary.disk.block with parameters of type BlockDiskCacheAttributesModifierConstructorDescriptionBlockDiskCache
(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.