public interface Cache<V>
V
get(String key)
String
getCacheName()
void
put(String key, V value)
putIfAbsent(String cacheKey, V v)
remove(String cacheKey)
String getCacheName()
void put(String key, V value)
V get(String key)
V putIfAbsent(String cacheKey, V v)
V remove(String cacheKey)
Copyright © 2019. All rights reserved.