| Modifier and Type | Class and Description |
|---|---|
private static class |
SoftCache.NullFinder<K,V>
Default implementation which does not find anything.
|
| Modifier and Type | Field and Description |
|---|---|
private SoftCache.Finder<K,V> |
SoftCache.finder
Try to finds values if a key not present yet in cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoftCache.finder(SoftCache.Finder<K,V> f)
Set the finder for this cache.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.