public final class DelegatingNullSafeCache<K,V> extends DelegatingNullSafeBaseCache<K,V> implements Cache<K,V>
Constructor and Description |
---|
DelegatingNullSafeCache(Cache<K,V> delegate) |
Modifier and Type | Method and Description |
---|---|
protected Cache<K,V> |
delegate() |
com.google.common.collect.ImmutableMap<K,V> |
get(Iterable<? extends K> keys)
Get several cache entries, in one go.
|
V |
get(K key)
Get cache entry.
|
asMap, checkNonNullKeys, checkReturnValue, checkReturnValue, close, evict, getManager, put
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
asMap, evict, getManager, put
close
protected Cache<K,V> delegate()
delegate
in class DelegatingNullSafeBaseCache<K,V>
public V get(K key)
Cache
CacheFunction
given when the cache was
created.Copyright © 2020 OpenDaylight. All rights reserved.