public static class OffHeapPollingCache.OffHeapPollingCacheProvider<K,V> extends Object implements PollingCacheFactory<K,V>
Constructor and Description |
---|
OffHeapPollingCacheProvider() |
public PollingCache<K,V> 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.