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.chm CHM package. 
net.sf.ehcache.store.disk This package contains the disk store. 
 

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.
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.impl
Pool
          Pools are used to track shared resource consumption.
PoolableStore
          A poolable store reports its resource usage to a 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.
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.
PoolableStore
          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.
PoolableStore
          A poolable store reports its resource usage to a Pool.
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.
 


ehcache

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