Package org.apache.commons.jcs3.access
package org.apache.commons.jcs3.access
Contains classes for accessing the cache.
The CacheAccess interface, which all classes in this package implement, provides all the methods a client should need to use a Cache.
-
ClassDescriptionAbstractCacheAccess<K,
V> This class provides the common methods for all types of access to the cache.CacheAccess<K,V> This class provides an interface for all types of access to the cache.GroupCacheAccess<K,V> Access for groups.