Uses of Class
org.apache.jcs.auxiliary.disk.block.BlockDiskCacheAttributes

Packages that use BlockDiskCacheAttributes
org.apache.jcs.auxiliary.disk.block   
 

Uses of BlockDiskCacheAttributes in org.apache.jcs.auxiliary.disk.block
 

Methods in org.apache.jcs.auxiliary.disk.block with parameters of type BlockDiskCacheAttributes
 AuxiliaryCache 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
 

Constructors in org.apache.jcs.auxiliary.disk.block with parameters of type BlockDiskCacheAttributes
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 blockDiskCache)
          Set the configuration options.
 



Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.