|
common-util | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheBackend | |
|---|---|
| local.tomas.util.cache | This package is used to build a fixed size cache of objects. |
| Uses of CacheBackend in local.tomas.util.cache |
|---|
| Constructors in local.tomas.util.cache with parameters of type CacheBackend | |
|---|---|
CacheMap(CacheBackend<K,V> backend)
Construct cache with specified backend and a default size of 1000. |
|
CacheMap(CacheBackend<K,V> backend,
int cacheSize)
Construct cache with specified backend and size. |
|
|
common-util | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||