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 
 

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
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.