ehcache

Uses of Package
net.sf.ehcache.terracotta

Packages that use net.sf.ehcache.terracotta
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 
net.sf.ehcache.management.event This package contains classes related to management events. 
net.sf.ehcache.management.provider This package contains classes related to MBeanRegistrationProvider and its implementation. 
net.sf.ehcache.management.sampled This package contains classes related to MBeans with Sampled Statistics. 
net.sf.ehcache.store Store package. 
net.sf.ehcache.terracotta This package contains the Terracotta integration functionalities. 
net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use. 
 

Classes in net.sf.ehcache.terracotta used by net.sf.ehcache
ClusteredInstanceFactory
          Factory for creating clustered instances
InternalEhcache
          This is an extension of the Ehcache interface to allow addition of new methods to Cache without breaking the public contract.
TerracottaNotRunningException
          Exception thrown when using Terracotta clustered operations and Terracotta is not running
 

Classes in net.sf.ehcache.terracotta used by net.sf.ehcache.constructs
InternalEhcache
          This is an extension of the Ehcache interface to allow addition of new methods to Cache without breaking the public contract.
TerracottaNotRunningException
          Exception thrown when using Terracotta clustered operations and Terracotta is not running
 

Classes in net.sf.ehcache.terracotta used by net.sf.ehcache.constructs.blocking
InternalEhcache
          This is an extension of the Ehcache interface to allow addition of new methods to Cache without breaking the public contract.
 

Classes in net.sf.ehcache.terracotta used by net.sf.ehcache.constructs.classloader
InternalEhcache
          This is an extension of the Ehcache interface to allow addition of new methods to Cache without breaking the public contract.
TerracottaNotRunningException
          Exception thrown when using Terracotta clustered operations and Terracotta is not running
 

Classes in net.sf.ehcache.terracotta used by net.sf.ehcache.constructs.eventual
InternalEhcache
          This is an extension of the Ehcache interface to allow addition of new methods to Cache without breaking the public contract.
 

Classes in net.sf.ehcache.terracotta used by net.sf.ehcache.constructs.readthrough
InternalEhcache
          This is an extension of the Ehcache interface to allow addition of new methods to Cache without breaking the public contract.
 

Classes in net.sf.ehcache.terracotta used by net.sf.ehcache.constructs.refreshahead
InternalEhcache
          This is an extension of the Ehcache interface to allow addition of new methods to Cache without breaking the public contract.
 

Classes in net.sf.ehcache.terracotta used by net.sf.ehcache.management.event
TerracottaClient
          Class encapsulating the idea of a Terracotta client.
 

Classes in net.sf.ehcache.terracotta used by net.sf.ehcache.management.provider
ClusteredInstanceFactory
          Factory for creating clustered instances
 

Classes in net.sf.ehcache.terracotta used by net.sf.ehcache.management.sampled
ClusteredInstanceFactory
          Factory for creating clustered instances
 

Classes in net.sf.ehcache.terracotta used by net.sf.ehcache.store
TerracottaNotRunningException
          Exception thrown when using Terracotta clustered operations and Terracotta is not running
 

Classes in net.sf.ehcache.terracotta used by net.sf.ehcache.terracotta
ClusteredInstanceFactory
          Factory for creating clustered instances
TerracottaBootstrapCacheLoader
          A BootstrapCacheLoader that will load Elements into a Terracotta clustered cache, based on a previously snapshotted key set.
TerracottaCacheCluster
          CacheCluster implementation that delegates to an underlying cache cluster.
TerracottaClient
          Class encapsulating the idea of a Terracotta client.
 

Classes in net.sf.ehcache.terracotta used by net.sf.ehcache.transaction
TerracottaClient
          Class encapsulating the idea of a Terracotta client.
TerracottaNotRunningException
          Exception thrown when using Terracotta clustered operations and Terracotta is not running
 


ehcache

Copyright 2001-2015, Terracotta, Inc.