Uses of Enum
org.apache.commons.jcs3.engine.behavior.ICompositeCacheAttributes.DiskUsagePattern
Packages that use ICompositeCacheAttributes.DiskUsagePattern
Package
Description
Interfaces used by the core and the auxiliary caches.
Interfaces used by the core and the auxiliary caches.
-
Uses of ICompositeCacheAttributes.DiskUsagePattern in org.apache.commons.jcs3.engine
Methods in org.apache.commons.jcs3.engine that return ICompositeCacheAttributes.DiskUsagePatternMethods in org.apache.commons.jcs3.engine with parameters of type ICompositeCacheAttributes.DiskUsagePatternModifier and TypeMethodDescriptionvoid
CompositeCacheAttributes.setDiskUsagePattern
(ICompositeCacheAttributes.DiskUsagePattern diskUsagePattern) By default this is SWAP_ONLY. -
Uses of ICompositeCacheAttributes.DiskUsagePattern in org.apache.commons.jcs3.engine.behavior
Methods in org.apache.commons.jcs3.engine.behavior that return ICompositeCacheAttributes.DiskUsagePatternModifier and TypeMethodDescriptionICompositeCacheAttributes.getDiskUsagePattern()
Returns the enum constant of this type with the specified name.ICompositeCacheAttributes.DiskUsagePattern.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.jcs3.engine.behavior with parameters of type ICompositeCacheAttributes.DiskUsagePatternModifier and TypeMethodDescriptionvoid
ICompositeCacheAttributes.setDiskUsagePattern
(ICompositeCacheAttributes.DiskUsagePattern diskUsagePattern) By default this is SWAP_ONLY.