
| Back to Main Site |
| Name | Description | Type | Package | Framework | JavaDoc | ||
| AbstractValueAdaptingCache | Common base class for Cache implementations that need to adaptnull values (and potentially other such special values) before | Class | org.springframework.cache.support | Spring MVC | javadoc | ||
| ConcurrentMapCache | Simple Cache implementation based on thecore JDK java. | Class | org.springframework.cache.concurrent | Spring MVC | javadoc | ||
| EhCacheCache | Cache implementation on top of an Ehcache instance. | Class | org.springframework.cache.ehcache | Spring MVC | javadoc | ||
| GuavaCache | Spring Cache adapter implementationon top of a Guava Cache instance. | Class | org.springframework.cache.guava | Spring MVC | javadoc | ||
| JCacheCache | Cache implementation on top of aNote: This class has been updated for JCache 1. | Class | org.springframework.cache.jcache | Spring MVC | javadoc | ||
| TransactionAwareCacheDecorator | Cache decorator which synchronizes its put(java. | Class | org.springframework.cache.transaction | Spring MVC | javadoc | ||
| CacheMap | The cache map. | Class | org.zkoss.util | ZKoss (ZK) | javadoc | ||
| FastReadCache | A CacheMap that the possibility to have cache hit is much more than not. | Class | org.zkoss.util | ZKoss (ZK) | javadoc | ||
| MultiCache | A CacheMap that uses multiple instanceof CacheMap to speed up It creates multiple instances of CacheMap, called | Class | org.zkoss.util | ZKoss (ZK) | javadoc | ||
| ResourceCache | Used to cache resources. | Class | org.zkoss.util.resource | ZKoss (ZK) | javadoc | ||
| ResourceCache | Used to cache Servlet resources. | Class | org.zkoss.web.util.resource | ZKoss (ZK) | javadoc | ||
| CacheWrapper | Acts as a proxy for a Cache implementation. | Class | org.jivesoftware.util.cache | Echo | javadoc | ||
| ComponentCacheWrapper | This specialized wrapper is used for the Components cache, which should not be purged. | Class | org.jivesoftware.util.cache | Echo | javadoc | ||
| DefaultCache | Default, non-distributed implementation of the Cache interface. | Class | org.jivesoftware.util.cache | Echo | javadoc | ||
| CacheImpl | This is the Cocoon cache. | Class | org.apache.cocoon.caching.impl | Apache Cocoon | javadoc | ||
| EventAwareCacheImpl | This implementation holds all mappings between Events and PipelineCacheKeys in two MultiValueMaps to facilitate efficient lookup by either as Key. | Class | org.apache.cocoon.caching.impl | Apache Cocoon | javadoc | ||
| CacheFilter | Filters another Cache implementation. | Class | org.apache.activemq.memory | Apache ActiveMQ | javadoc | ||
| MapCache | Use any Map to implement the Cache. | Class | org.apache.activemq.memory | Apache ActiveMQ | javadoc | ||
| UsageManagerCacheFilter | Simple CacheFilter that increases/decreases usage on a UsageManager as objects are added/removed from the Cache. | Class | org.apache.activemq.memory | Apache ActiveMQ | javadoc | ||
| BlockDirectoryCache | WARNING: This API is experimental and might change in incompatible ways in the next release. | Class | org.apache.solr.store.blockcache | Apache Solr Lucene | javadoc | ||
| ConcurrentLFUCache | A LFU cache implementation based upon ConcurrentHashMap. | Class | org.apache.solr.util | Apache Solr Lucene | javadoc | ||
| ConcurrentLRUCache | A LRU cache implementation based upon ConcurrentHashMap and other techniques to reduce contention and synchronization overhead to utilize multiple CPU cores more effectively. | Class | org.apache.solr.util | Apache Solr Lucene | javadoc | ||
| CacheImpl | Class | org.hibernate.internal | Hibernate ORM | javadoc | |||
| FifoCache | Class | org.apache.ibatis.cache.decorators | IBatis | javadoc | |||
| |||||||
| LoggingCache | Class | org.apache.ibatis.cache.decorators | IBatis | javadoc | |||
| LruCache | Class | org.apache.ibatis.cache.decorators | IBatis | javadoc | |||
| PerpetualCache | Class | org.apache.ibatis.cache.impl | IBatis | javadoc | |||
| ScheduledCache | Class | org.apache.ibatis.cache.decorators | IBatis | javadoc | |||
| SerializedCache | Class | org.apache.ibatis.cache.decorators | IBatis | javadoc | |||
| SoftCache | Soft Reference cache decorator Thanks to Dr. | Class | org.apache.ibatis.cache.decorators | IBatis | javadoc | ||
| SynchronizedCache | Class | org.apache.ibatis.cache.decorators | IBatis | javadoc | |||
| TransactionalCache | Class | org.apache.ibatis.cache.decorators | IBatis | javadoc | |||
| WeakCache | Weak Reference cache decorator. | Class | org.apache.ibatis.cache.decorators | IBatis | javadoc | ||
| BlockDirectoryCache | Class | apache.blur.store.blockcache | Apache Blur | javadoc | |||
| AbstractDelegatingAdvancedCache | Class | org.infinispan | Infinispan | javadoc | |||
| AbstractDelegatingCache | Class | org.infinispan | Infinispan | javadoc | |||
| PartitionedTableCache | Class | org.jboss.ejb.plugins.cmp.jdbc2.schema | JBoss Server | javadoc | |||
| TableCache | Simple LRU cache. | Class | org.jboss.ejb.plugins.cmp.jdbc2.schema | JBoss Server | javadoc | ||
| SimpleCache | Class | groovy.json.internal | Groovy | javadoc | |||
| ClassCacheImpl | Class | org.apache.commons.ognl.internal | Apache Commons | javadoc | |||
| ConcurrentHashMapCache | Class | org.apache.commons.ognl.internal | Apache Commons | javadoc | |||
| ConcurrentHashMapClassCache | Class | org.apache.commons.ognl.internal | Apache Commons | javadoc | |||
| HashMapCache | Class | org.apache.commons.ognl.internal | Apache Commons | javadoc | |||
| HashMapClassCache | Class | org.apache.commons.ognl.internal | Apache Commons | javadoc | |||
| ReentrantReadWriteLockCache | Class | org.apache.commons.ognl.internal | Apache Commons | javadoc | |||
| ReentrantReadWriteLockClassCache | Class | org.apache.commons.ognl.internal | Apache Commons | javadoc | |||
| AbstractCache | This class provides a skeletal implementation of the Cache interface to minimize the effort required to implement this interface. | Class | com.google.common.cache | Google Guava | javadoc | ||
| AbstractLoadingCache | This class provides a skeletal implementation of the Cache interface to minimize the effort required to implement this interface. | Class | com.google.common.cache | Google Guava | javadoc | ||
| ForwardingCache | A cache which forwards all its method calls to another cache. | Class | com.google.common.cache | Google Guava | javadoc | ||
| |||||||
| ForwardingCache.SimpleForwardingCache | A simplified version of ForwardingCache where subclasses can pass in an already constructed Cache as the delegete. | Class | com.google.common.cache.ForwardingCache | Google Guava | javadoc | ||
| ForwardingLoadingCache | A cache which forwards all its method calls to another cache. | Class | com.google.common.cache | Google Guava | javadoc | ||
| ForwardingLoadingCache.SimpleForwardingLoadingCache | A simplified version of ForwardingLoadingCache where subclasses can pass in an already constructed LoadingCache as the delegete. | Class | com.google.common.cache.ForwardingLoadingCache | Google Guava | javadoc | ||
| DefaultCache | Class | org.huihoo.ofbiz.smart.base.cache | GlassFish | javadoc | |||
| DefaultCache | Class | org.huihoo.ofbiz.smart.base.cache | Apache OfBiz | javadoc | |||
| EhCache | S h i r o C a c h e i m p l e m e n t a t i o n t h a t w r a p s a n E h c a c h e i n s t a n c e . | Class | org.apache.shiro.cache.ehcache | Apache Shiro | javadoc | ||
| MapCache | A M a p C a c h e i s a C a c h e i m p l e m e n t a t i o n t h a t u s e s a b a c k i n g M a p i n s t a n c e t o s t o r e a n d r e t r i e v e c a c h e d d a t a . | Class | org.apache.shiro.cache | Apache Shiro | javadoc | ||
| CacheEhCacheImpl | EhCache implementation. | Class | ninja-core.ninja.cache | Spark Micro Web | javadoc | ||
| CacheMemcachedImpl | Memcached implementation (using http://code. | Class | ninja-core.ninja.cache | Spark Micro Web | javadoc | ||
| InstrumentedCache | Instruments the configured Ninja Cache instance for Metrics collection. | Class | ninja-metrics.ninja.metrics | Spark Micro Web | javadoc | ||
| InstrumentedEhCache | Class | ninja-metrics.ninja.metrics | Spark Micro Web | javadoc | |||
| InstrumentedMemcached | Class | ninja-metrics.ninja.metrics | Spark Micro Web | javadoc | |||
| CacheEhCacheImpl | EhCache implementation. | Class | ninja.cache | Ninja | javadoc | ||
| CacheMemcachedImpl | Memcached implementation (using http://code. | Class | ninja.cache | Ninja | javadoc | ||
| InstrumentedCache | Instruments the configured Ninja Cache instance for Metrics collection. | Class | ninja.metrics | Ninja | javadoc | ||
| InstrumentedEhCache | Class | ninja.metrics | Ninja | javadoc | |||
| InstrumentedMemcached | Class | ninja.metrics | Ninja | javadoc | |||
| LocalCache | Class | org.apache.oodt.cas.filemgr.ingest | Apache OODT | javadoc | |||
| RmiCache | An RMI client to the RmiCacheServer, implementing an RMI front end . | Class | org.apache.oodt.cas.filemgr.ingest | Apache OODT | javadoc | ||
| AbstractCache | Abstract base class for managed Caches. | Class | org.apache.jackrabbit.core.cache | Apache JackRabbit | javadoc | ||
| ConcurrentCache | Concurrent cache implementation that uses cache segments to minimize the chance of lock contention. | Class | org.apache.jackrabbit.core.cache | Apache JackRabbit | javadoc | ||
| ConcurrentCache | The ConcurrentCache interface is used to represent a cache that will store key value pairs. | Class | org.simpleframework.xml.util | Simple | javadoc | ||
| LimitedCache | The LimitedCache interface is used to represent a cache that will store key value pairs. | Class | org.simpleframework.xml.util | Simple | javadoc | ||
| WeakCache | The WeakCache object is an implementation of a cache that holds on to cached items only if the key remains in memory. | Class | org.simpleframework.xml.util | Simple | javadoc | ||
| AbstractCacheAdapter | Abstract implementation of the Cache interface which makes it easier to implement Adapters. | Class | org.axonframework.cache | Axon | javadoc | ||
| |||||||
| EhCacheAdapter | Cache implementation that delegates all calls to an EhCache instance. | Class | org.axonframework.cache | Axon | javadoc | ||
| JCacheAdapter | Cache adapter implementation that allows providers implementing the JCache abstraction to be used. | Class | org.axonframework.cache | Axon | javadoc | ||
| NoCache | Cache implementation that does absolutely nothing. | Class | org.axonframework.cache | Axon | javadoc | ||
| WeakReferenceCache | Cache implementation that keeps values in the cache until the garbage collector has removed them. | Class | org.axonframework.cache | Axon | javadoc | ||
| CacheWrapper | Acts as a proxy for a Cache implementation. | Class | org.jivesoftware.util.cache | OpenFire | javadoc | ||
| ComponentCacheWrapper | This specialized wrapper is used for the Components cache, which should not be purged. | Class | org.jivesoftware.util.cache | OpenFire | javadoc | ||
| DefaultCache | Default, non-distributed implementation of the Cache interface. | Class | org.jivesoftware.util.cache | OpenFire | javadoc | ||
| Cache.Dummy | Class | bdv.img.cache.Cache | Fiji | javadoc | |||
| VolatileGlobalCellCache | Class | bdv.img.cache | Fiji | javadoc | |||
|
| |||||||