Uses of Interface
org.apache.jcs.access.behavior.ICacheAccess

Packages that use ICacheAccess
org.apache.jcs Contains the class JCS which provides a simple interface for clients to use JCS. 
org.apache.jcs.access Contains classes for accessing the cache. 
org.apache.jcs.access.behavior   
 

Uses of ICacheAccess in org.apache.jcs
 

Classes in org.apache.jcs that implement ICacheAccess
 class JCS
          Simple class for using JCS.
 

Uses of ICacheAccess in org.apache.jcs.access
 

Classes in org.apache.jcs.access that implement ICacheAccess
 class CacheAccess
          Class which provides interface for all access to the cache.
 class GroupCacheAccess
          Access for groups.
 

Uses of ICacheAccess in org.apache.jcs.access.behavior
 

Subinterfaces of ICacheAccess in org.apache.jcs.access.behavior
 interface IGroupCacheAccess
          Description of the Interface