| Package | Description |
|---|---|
| org.apache.commons.jcs.access |
Contains classes for accessing the cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheAccess<K,V>
This class provides an interface for all types of access to the cache.
|
class |
PartitionedCacheAccess<K,V>
TODO: Add new methods that will allow you to provide a partition indicator for all major calls.
|
| Modifier and Type | Method and Description |
|---|---|
protected ICacheAccess<K,V>[] |
PartitionedCacheAccess.getPartitions() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PartitionedCacheAccess.setPartitions(ICacheAccess<K,V>[] partitions) |
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.