Package | Description |
---|---|
net.sf.ehcache.pool.sizeof |
This package contains the SizeOf implementations for the pooling in Ehcache.
|
net.sf.ehcache.terracotta |
This package contains the Terracotta integration functionalities.
|
Modifier and Type | Field and Description |
---|---|
private WeakIdentityConcurrentMap<java.lang.Class<?>,java.lang.Long> |
SizeOf.CachingSizeOfVisitor.cache |
private WeakIdentityConcurrentMap<java.lang.Class<?>,java.lang.Boolean> |
ObjectGraphWalker.classCache |
private WeakIdentityConcurrentMap<java.lang.Class<?>,java.lang.ref.SoftReference<java.util.Collection<java.lang.reflect.Field>>> |
ObjectGraphWalker.fieldCache |
Modifier and Type | Field and Description |
---|---|
private static WeakIdentityConcurrentMap<CacheManager,java.util.concurrent.ScheduledExecutorService> |
KeySnapshotter.INSTANCES |