K - type of cache keyV - type of cached valuepublic static interface SoftCache.Finder<K,V>
| Modifier and Type | Method and Description |
|---|---|
V |
find(K key)
Try to find a value for the key not already in the cache.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.