K - type of the keysV - type of the valuesLRUCache, UnlimitedConcurrentCachepublic interface MemoizeCache<K,V>
| Modifier and Type | Method | Description |
|---|---|---|
void |
cleanUpNullReferences() |
Invoked when some of the held SoftReferences have been evicted by the garbage collector and so should be removed from the cache.
|
V |
get(K key) |
|
V |
put(K key,
V value) |
void cleanUpNullReferences()