| Package | Description |
|---|---|
| org.apache.commons.jcs3.engine |
Interfaces used by the core and the auxiliary caches.
|
| org.apache.commons.jcs3.engine.behavior |
Interfaces used by the core and the auxiliary caches.
|
| Modifier and Type | Method and Description |
|---|---|
ICompositeCacheAttributes.DiskUsagePattern |
CompositeCacheAttributes.getDiskUsagePattern() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeCacheAttributes.setDiskUsagePattern(ICompositeCacheAttributes.DiskUsagePattern diskUsagePattern)
By default this is SWAP_ONLY.
|
| Modifier and Type | Method and Description |
|---|---|
ICompositeCacheAttributes.DiskUsagePattern |
ICompositeCacheAttributes.getDiskUsagePattern() |
static ICompositeCacheAttributes.DiskUsagePattern |
ICompositeCacheAttributes.DiskUsagePattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ICompositeCacheAttributes.DiskUsagePattern[] |
ICompositeCacheAttributes.DiskUsagePattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ICompositeCacheAttributes.setDiskUsagePattern(ICompositeCacheAttributes.DiskUsagePattern diskUsagePattern)
By default this is SWAP_ONLY.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.