| Package | Description |
|---|---|
| net.sf.ehcache.store.cachingtier |
Contains the caching tier implementations
|
| Modifier and Type | Class and Description |
|---|---|
class |
CountBasedBackEnd<K,V>
A backend to a OnHeapCachingTier that will be cap'ed based on the amount of entries
|
class |
PooledBasedBackEnd<K,V>
A backend to a OnHeapCachingTier that will be cap'ed using a pool
|
| Constructor and Description |
|---|
OnHeapCachingTier(HeapCacheBackEnd<K,Object> backEnd)
A Constructor
|
Copyright 2001-2021, Terracotta, Inc.