public interface GovernanceCache<K,V>
| Modifier and Type | Method and Description |
|---|---|
V |
getValueFromCache(K cacheKey) |
static <K,V> GovernanceCache<K,V> |
of(com.google.common.cache.Cache<K,V> cache) |
void |
putValueIntoCache(K cacheKey,
V value) |
static <K,V> GovernanceCache<K,V> of(com.google.common.cache.Cache<K,V> cache)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.