public static class OnHeapPollingCache.OnHeapPollingCacheProvider<K,V> extends Object implements PollingCacheFactory<K,V>
Constructor and Description |
---|
OnHeapPollingCacheProvider() |
public PollingCache makeOf(Iterable<Map.Entry<K,V>> entries)
makeOf
in interface PollingCacheFactory<K,V>
entries
- of keys and values used to populate the cachePollingCache
containing all the entries of map
Copyright © 2011–2017. All rights reserved.