public interface ILoadingCache<K,V> extends ICache<K,V>
Used only in UA Matching.
ProviderICache.Base<K,V>| Modifier and Type | Method and Description |
|---|---|
V |
get(K key,
IValueLoader<K,V> loader) |
get, getCacheMisses, getCacheRequests, getCacheSize, getPercentageMisses, resetCacheV get(K key, IValueLoader<K,V> loader) throws IOException
IOExceptionCopyright © 2017 51Degrees. All rights reserved.