| Interface | Description |
|---|---|
| SoftCache.Finder<K,V> |
Implementations of this interface may be used to provide values not in the cache yet.
|
| Class | Description |
|---|---|
| SoftCache<K,V> |
A simple in memory cache based on
soft reference. |
| SoftCache.NullFinder<K,V> |
Default implementation which does not find anything.
|
| Annotation Type | Description |
|---|---|
| Experimental |
Tags experimental features.
|
This API may change dramatically w/o backward compatibility and maybe vanish completely.
This package is a part of the open-source Commons lib.
Copyright © 2014 Sven Strittmatter. All Rights Reserved.