Package org.apache.jcs.access

Contains classes for accessing the cache.

See:
          Description

Class Summary
CacheAccess<K extends Serializable,V extends Serializable> This class provides an interface for all types of access to the cache.
GroupCacheAccess<K extends Serializable,V extends Serializable> Access for groups.
PartitionedCacheAccess<K extends Serializable,V extends Serializable> TODO: Add new methods that will allow you to provide a partition indicator for all major calls.
 

Package org.apache.jcs.access Description

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.



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.