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.disk
Classes in org.apache.commons.jcs3.auxiliary.disk that implement IDiskCacheAttributesModifier and TypeClassDescriptionclass
This has common attributes that any conceivable disk cache would need.Constructors in org.apache.commons.jcs3.auxiliary.disk with parameters of type IDiskCacheAttributesModifierConstructorDescriptionprotected
Construct the abstract disk cache, create event queues and purgatory. -
Uses of IDiskCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.block
Classes in org.apache.commons.jcs3.auxiliary.disk.block that implement IDiskCacheAttributesModifier and TypeClassDescriptionclass
This holds attributes for Block Disk Cache configuration. -
Uses of IDiskCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.indexed
Classes in org.apache.commons.jcs3.auxiliary.disk.indexed that implement IDiskCacheAttributesModifier and TypeClassDescriptionclass
Configuration class for the Indexed Disk Cache -
Uses of IDiskCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.jdbc
Classes in org.apache.commons.jcs3.auxiliary.disk.jdbc that implement IDiskCacheAttributesModifier and TypeClassDescriptionclass
The 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.mysql
Classes in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql that implement IDiskCacheAttributesModifier and TypeClassDescriptionclass
This has additional attributes that are particular to the MySQL disk cache.