类 JetCacheSpringCache
java.lang.Object
org.springframework.cache.support.AbstractValueAdaptingCache
cn.herodotus.engine.cache.jetcache.enhance.JetCacheSpringCache
- 所有已实现的接口:
org.springframework.cache.Cache
public class JetCacheSpringCache
extends org.springframework.cache.support.AbstractValueAdaptingCache
Description: 基于 JetCache 的 Spring Cache 扩展
- 作者:
- : gengwei.zheng
- Date:
- : 2022/7/23 11:11
-
嵌套类概要
从接口继承的嵌套类/接口 org.springframework.cache.Cache
org.springframework.cache.Cache.ValueRetrievalException, org.springframework.cache.Cache.ValueWrapper -
构造器概要
构造器构造器说明JetCacheSpringCache(String cacheName, com.alicp.jetcache.Cache<Object, Object> cache, boolean allowNullValues) -
方法概要
修饰符和类型方法说明voidclear()voidbooleanevictIfPresent(Object key) <T> TgetName()protected Objectvoidorg.springframework.cache.Cache.ValueWrapperputIfAbsent(Object key, Object value) 从类继承的方法 org.springframework.cache.support.AbstractValueAdaptingCache
fromStoreValue, get, get, isAllowNullValues, toStoreValue, toValueWrapper从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.cache.Cache
invalidate
-
构造器详细资料
-
JetCacheSpringCache
-
-
方法详细资料
-
getName
-
getNativeCache
-
lookup
- 指定者:
lookup在类中org.springframework.cache.support.AbstractValueAdaptingCache
-
get
-
put
-
putIfAbsent
-
evict
-
evictIfPresent
-
clear
public void clear()
-