Uses of Class
org.apache.commons.jcs3.jcache.JCSCache
Packages that use JCSCache
- 
Uses of JCSCache in org.apache.commons.jcs3.jcacheConstructors in org.apache.commons.jcs3.jcache with parameters of type JCSCache
- 
Uses of JCSCache in org.apache.commons.jcs3.jcache.proxyMethods in org.apache.commons.jcs3.jcache.proxy that return JCSCacheModifier and TypeMethodDescriptionstatic <K extends Serializable,V extends Serializable> 
 JCSCache<K,V> ClassLoaderAwareCache.getDelegate(javax.cache.Cache<?, ?> cache) Methods in org.apache.commons.jcs3.jcache.proxy with parameters of type JCSCacheModifier and TypeMethodDescriptionstatic <K extends Serializable,V extends Serializable> 
 javax.cache.Cache<K,V> ClassLoaderAwareCache.wrap(ClassLoader loader, JCSCache<K, V> delegate) Constructors in org.apache.commons.jcs3.jcache.proxy with parameters of type JCSCache