Uses of Class
org.apache.commons.jcs3.access.CacheAccess
Packages that use CacheAccess
Package
Description
Contains the class JCS which provides a simple interface for clients to use JCS.
-
Uses of CacheAccess in org.apache.commons.jcs3
Methods in org.apache.commons.jcs3 that return CacheAccessModifier and TypeMethodDescriptionstatic <K,
V> CacheAccess<K, V> JCS.getInstance
(String region) Get a CacheAccess which accesses the provided region.static <K,
V> CacheAccess<K, V> JCS.getInstance
(String region, ICompositeCacheAttributes icca) Get a CacheAccess which accesses the provided region.static <K,
V> CacheAccess<K, V> JCS.getInstance
(String region, ICompositeCacheAttributes icca, IElementAttributes eattr) Get a CacheAccess which accesses the provided region.