Uses of Class
org.apache.jcs.auxiliary.disk.file.FileDiskCacheAttributes

Packages that use FileDiskCacheAttributes
org.apache.jcs.auxiliary.disk.file   
 

Uses of FileDiskCacheAttributes in org.apache.jcs.auxiliary.disk.file
 

Methods in org.apache.jcs.auxiliary.disk.file with parameters of type FileDiskCacheAttributes
 AuxiliaryCache FileDiskCacheManager.getCache(FileDiskCacheAttributes cacheAttributes)
          Get an DiskFileCache for the supplied attributes.
 

Constructors in org.apache.jcs.auxiliary.disk.file with parameters of type FileDiskCacheAttributes
FileDiskCache(FileDiskCacheAttributes cacheAttributes)
          Constructor for the DiskCache object.
FileDiskCache(FileDiskCacheAttributes cattr, IElementSerializer elementSerializer)
          Constructor for the DiskCache object.
FileDiskCacheManager(FileDiskCacheAttributes defaultCacheAttributes, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer)
          Constructor for the DiskFileCacheManager object
 



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