public class GovernanceCacheImpl<K,V> extends Object implements GovernanceCache<K,V>
| Constructor and Description |
|---|
GovernanceCacheImpl(com.google.common.cache.Cache<K,V> cache) |
| Modifier and Type | Method and Description |
|---|---|
V |
getValueFromCache(K cacheKey) |
void |
putValueIntoCache(K cacheKey,
V value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic V getValueFromCache(K cacheKey)
getValueFromCache in interface GovernanceCache<K,V>public void putValueIntoCache(K cacheKey, V value)
putValueIntoCache in interface GovernanceCache<K,V>Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.