K - type of cache keyV - type of cached valueprivate static final class SoftCache.NullFinder<K,V> extends Object implements SoftCache.Finder<K,V>
| Modifier | Constructor and Description |
|---|---|
private |
NullFinder() |
| Modifier and Type | Method and Description |
|---|---|
V |
find(K key)
Try to find a value for the key not already in the cache.
|
public V find(K key)
SoftCache.Finderfind in interface SoftCache.Finder<K,V>key - must not be nullnullCopyright © 2014 Sven Strittmatter. All Rights Reserved.