ehcache

Uses of Interface
net.sf.ehcache.terracotta.InternalEhcache

Packages that use InternalEhcache
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.constructs The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns. 
net.sf.ehcache.constructs.blocking Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. 
net.sf.ehcache.constructs.classloader ClassLoader contstructs package 
net.sf.ehcache.constructs.eventual Construct related to eventual operations 
net.sf.ehcache.constructs.readthrough Ehcache simple read through cache decorator package 
net.sf.ehcache.constructs.refreshahead Ehcache simple refresh-ahead cache decorator package 
 

Uses of InternalEhcache in net.sf.ehcache
 

Classes in net.sf.ehcache that implement InternalEhcache
 class Cache
          Cache is the central class in ehcache.
 

Uses of InternalEhcache in net.sf.ehcache.constructs
 

Classes in net.sf.ehcache.constructs that implement InternalEhcache
 class EhcacheDecoratorAdapter
          Adapter class for Ehcache interface decorators.
 

Uses of InternalEhcache in net.sf.ehcache.constructs.blocking
 

Classes in net.sf.ehcache.constructs.blocking that implement InternalEhcache
 class BlockingCache
          A blocking decorator for an Ehcache, backed by a Ehcache.
 class SelfPopulatingCache
          A selfpopulating decorator for Ehcache that creates entries on demand.
 class UpdatingSelfPopulatingCache
          A Cache backed cache that creates entries on demand.
 

Uses of InternalEhcache in net.sf.ehcache.constructs.classloader
 

Classes in net.sf.ehcache.constructs.classloader that implement InternalEhcache
 class InternalClassLoaderAwareCache
          Extension of Class Loader Aware cache to accommodate the removeAndReturnElement method.
 

Constructors in net.sf.ehcache.constructs.classloader with parameters of type InternalEhcache
InternalClassLoaderAwareCache(InternalEhcache cache, ClassLoader classLoader)
          Constructor
 

Uses of InternalEhcache in net.sf.ehcache.constructs.eventual
 

Classes in net.sf.ehcache.constructs.eventual that implement InternalEhcache
 class StronglyConsistentCacheAccessor
          StronglyConsistentCacheAccessor is a decorator that accepts distributed caches configured with eventual consistency.
 

Uses of InternalEhcache in net.sf.ehcache.constructs.readthrough
 

Classes in net.sf.ehcache.constructs.readthrough that implement InternalEhcache
 class ReadThroughCache
          This class implements the simplest of all possible read through cache behaviors, where a call the get() will delegate to a call to getWithLoader().
 

Uses of InternalEhcache in net.sf.ehcache.constructs.refreshahead
 

Classes in net.sf.ehcache.constructs.refreshahead that implement InternalEhcache
 class RefreshAheadCache
          A cache decorator which implements read ahead refreshing.
 


ehcache

Copyright 2001-2017, Terracotta, Inc.