Uses of Interface
com.randomnoun.common.MRUCache.RetrievalCallback
Packages that use MRUCache.RetrievalCallback
-
Uses of MRUCache.RetrievalCallback in com.randomnoun.common
Methods in com.randomnoun.common with parameters of type MRUCache.RetrievalCallbackModifier and TypeMethodDescriptionMRUCache.get
(K key, MRUCache.RetrievalCallback<K, V> callback) Retrieves an element from the cache.Constructors in com.randomnoun.common with parameters of type MRUCache.RetrievalCallbackModifierConstructorDescriptionMRUCache
(int cacheSize, int expiryTime, MRUCache.RetrievalCallback<K, V> callback) Creates a new MRUCache object.