public interface PollingCacheFactory<K,V>
Modifier and Type | Method and Description |
---|---|
PollingCache<K,V> |
makeOf(Iterable<Map.Entry<K,V>> entries) |
PollingCache<K,V> makeOf(Iterable<Map.Entry<K,V>> entries)
entries
- of keys and values used to populate the cachePollingCache
containing all the entries of map
Copyright © 2011–2017. All rights reserved.