public interface IPutCache<K,V> extends ICache<K,V>
By contrast, for example, LruCache is a loading cache, it automaticlly updates itelf by being provided with a data loader.
LruCache
ICache.Base<K,V>
void
put(K key, V value)
get, getCacheMisses, getCacheRequests, getCacheSize, getPercentageMisses, resetCache
void put(K key, V value)
Copyright © 2017 51Degrees. All rights reserved.