|
common-util | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheItem | |
|---|---|
| local.tomas.util.cache | This package is used to build a fixed size cache of objects. |
| Uses of CacheItem in local.tomas.util.cache |
|---|
| Methods in local.tomas.util.cache that return CacheItem | |
|---|---|
CacheItem<K,V> |
CacheBackend.get(K key)
Get cache item from backend. |
| Methods in local.tomas.util.cache that return types with arguments of type CacheItem | |
|---|---|
Iterator<CacheItem<K,V>> |
CacheBackend.load()
Get iterator over saved items. |
|
common-util | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||