K - type of the keysV - type of the valuespublic interface MemoizeCache<K,V>
| Modifier and Type | Method and 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()