Interface MRUCache.RetrievalCallback<K,V>
public static interface MRUCache.RetrievalCallback<K,V>
The callback interface. Caches should provide one of these classes to
perform any time-consuming tasks required to generate values in this cache.
If the time taken to generate a value isn't time-consuming, then perhaps
you shouldn't be using a cache to store them.
- Author:
- knoxg
-
Method Summary
-
Method Details
-
get
-