ehcache

Uses of Package
net.sf.ehcache.pool

Packages that use net.sf.ehcache.pool
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.pool This package contains the interfaces concerning the resource pooling facilities. 
net.sf.ehcache.pool.impl This package contains implementations of the resource pooling interfaces. 
net.sf.ehcache.pool.sizeof This package contains the SizeOf implementations for the pooling in Ehcache. 
net.sf.ehcache.store Store package. 
net.sf.ehcache.store.cachingtier Contains the caching tier implementations 
net.sf.ehcache.store.chm CHM package. 
net.sf.ehcache.store.disk This package contains the disk store. 
net.sf.ehcache.util.concurrent   
 

Classes in net.sf.ehcache.pool used by net.sf.ehcache
Pool
          Pools are used to track shared resource consumption.
 

Classes in net.sf.ehcache.pool used by net.sf.ehcache.pool
PoolAccessor
          PoolAccessors are used by stores to tell the pools about their resource consumption
PoolEvictor
          PoolEvictors are responsible for finding the best candidates in a collection of resources using a shared resource pool and performing eviction on them.
PoolParticipant
          A poolable store reports its resource usage to a Pool.
Size
          Holder for the size calculated by the SizeOf engine
SizeOfEngine
          SizeOf engines are used to calculate the size of elements stored in poolable stores.
SizeOfEngineFactory
           
SizeOfEngineLoader
           
 

Classes in net.sf.ehcache.pool used by net.sf.ehcache.pool.impl
Pool
          Pools are used to track shared resource consumption.
PoolAccessor
          PoolAccessors are used by stores to tell the pools about their resource consumption
PoolEvictor
          PoolEvictors are responsible for finding the best candidates in a collection of resources using a shared resource pool and performing eviction on them.
PoolParticipant
          A poolable store reports its resource usage to a Pool.
Size
          Holder for the size calculated by the SizeOf engine
SizeOfEngine
          SizeOf engines are used to calculate the size of elements stored in poolable stores.
 

Classes in net.sf.ehcache.pool used by net.sf.ehcache.pool.sizeof
Size
          Holder for the size calculated by the SizeOf engine
 

Classes in net.sf.ehcache.pool used by net.sf.ehcache.store
Pool
          Pools are used to track shared resource consumption.
PoolAccessor
          PoolAccessors are used by stores to tell the pools about their resource consumption
 

Classes in net.sf.ehcache.pool used by net.sf.ehcache.store.cachingtier
Pool
          Pools are used to track shared resource consumption.
PoolAccessor
          PoolAccessors are used by stores to tell the pools about their resource consumption
PoolParticipant
          A poolable store reports its resource usage to a Pool.
 

Classes in net.sf.ehcache.pool used by net.sf.ehcache.store.chm
PoolAccessor
          PoolAccessors are used by stores to tell the pools about their resource consumption
 

Classes in net.sf.ehcache.pool used by net.sf.ehcache.store.disk
Pool
          Pools are used to track shared resource consumption.
PoolAccessor
          PoolAccessors are used by stores to tell the pools about their resource consumption
Size
          Holder for the size calculated by the SizeOf engine
SizeOfEngine
          SizeOf engines are used to calculate the size of elements stored in poolable stores.
 

Classes in net.sf.ehcache.pool used by net.sf.ehcache.util.concurrent
PoolAccessor
          PoolAccessors are used by stores to tell the pools about their resource consumption
 


ehcache

Copyright 2001-2016, Terracotta, Inc.