Uses of Interface
org.apache.commons.jcs3.auxiliary.disk.behavior.IDiskCacheAttributes
Packages that use IDiskCacheAttributes
Package
Description
The primary disk auxiliary.
- 
Uses of IDiskCacheAttributes in org.apache.commons.jcs3.auxiliary.diskClasses in org.apache.commons.jcs3.auxiliary.disk that implement IDiskCacheAttributesModifier and TypeClassDescriptionclassThis has common attributes that any conceivable disk cache would need.Constructors in org.apache.commons.jcs3.auxiliary.disk with parameters of type IDiskCacheAttributesModifierConstructorDescriptionprotectedConstruct the abstract disk cache, create event queues and purgatory.
- 
Uses of IDiskCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.blockClasses in org.apache.commons.jcs3.auxiliary.disk.block that implement IDiskCacheAttributesModifier and TypeClassDescriptionclassThis holds attributes for Block Disk Cache configuration.
- 
Uses of IDiskCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.indexedClasses in org.apache.commons.jcs3.auxiliary.disk.indexed that implement IDiskCacheAttributesModifier and TypeClassDescriptionclassConfiguration class for the Indexed Disk Cache
- 
Uses of IDiskCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.jdbcClasses in org.apache.commons.jcs3.auxiliary.disk.jdbc that implement IDiskCacheAttributesModifier and TypeClassDescriptionclassThe configurator will set these values based on what is in the cache.ccf file.
- 
Uses of IDiskCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysqlClasses in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql that implement IDiskCacheAttributesModifier and TypeClassDescriptionclassThis has additional attributes that are particular to the MySQL disk cache.