Uses of Interface
net.sf.ehcache.terracotta.InternalEhcache
-
Packages that use InternalEhcache Package Description 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 packagenet.sf.ehcache.constructs.eventual Construct related to eventual operationsnet.sf.ehcache.constructs.readthrough Ehcache simple read through cache decorator packagenet.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 Modifier and Type Class Description classCacheCache is the central class in ehcache. -
Uses of InternalEhcache in net.sf.ehcache.constructs
Classes in net.sf.ehcache.constructs that implement InternalEhcache Modifier and Type Class Description classEhcacheDecoratorAdapterAdapter class for Ehcache interface decorators. -
Uses of InternalEhcache in net.sf.ehcache.constructs.blocking
Classes in net.sf.ehcache.constructs.blocking that implement InternalEhcache Modifier and Type Class Description classBlockingCacheA blocking decorator for an Ehcache, backed by aEhcache.classSelfPopulatingCacheA selfpopulating decorator forEhcachethat creates entries on demand.classUpdatingSelfPopulatingCacheACachebacked 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 Modifier and Type Class Description classInternalClassLoaderAwareCacheExtension of Class Loader Aware cache to accommodate the removeAndReturnElement method.Constructors in net.sf.ehcache.constructs.classloader with parameters of type InternalEhcache Constructor Description InternalClassLoaderAwareCache(InternalEhcache cache, java.lang.ClassLoader classLoader)Constructor -
Uses of InternalEhcache in net.sf.ehcache.constructs.eventual
Classes in net.sf.ehcache.constructs.eventual that implement InternalEhcache Modifier and Type Class Description classStronglyConsistentCacheAccessorStronglyConsistentCacheAccessor 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 Modifier and Type Class Description classReadThroughCacheThis 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 Modifier and Type Class Description classRefreshAheadCacheA cache decorator which implements read ahead refreshing.
-