@Component public class EruptCacheRedis<V> extends Object implements EruptCache<V>
EruptCacheRedis()
V
get(String key)
put(String key, V v, long ttl)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAndSet
public EruptCacheRedis()
public V put(String key, V v, long ttl)
put
EruptCache<V>
public V get(String key)
get
Copyright © 2023. All rights reserved.