跳过导航链接
A B C D E G I L M P R S T U V W Z 

A

AbstractAop - com.github.offercat.cache.proxy中的类
统一aop接口
AbstractAop() - 类 的构造器com.github.offercat.cache.proxy.AbstractAop
 
AbstractCache - com.github.offercat.cache.inte中的类
抽象缓存,所有缓存都需要集成这个类 Abstract cache, all caches need to integrate this class
AbstractCache(String, ItemProperties) - 类 的构造器com.github.offercat.cache.inte.AbstractCache
 
after(ProxyPoint) - 类 中的方法com.github.offercat.cache.proxy.AbstractAop
 
afterReturning(ProxyPoint) - 类 中的方法com.github.offercat.cache.proxy.AbstractAop
 
afterReturning(ProxyPoint) - 类 中的方法com.github.offercat.cache.proxy.CacheAspect
 
afterThrowing(ProxyPoint, Throwable) - 类 中的方法com.github.offercat.cache.proxy.AbstractAop
 
around(ProxyPoint, ThrowFunction<Object>) - 类 中的方法com.github.offercat.cache.proxy.AbstractAop
 
around(ProxyPoint, ThrowFunction<Object>) - 类 中的方法com.github.offercat.cache.proxy.CacheAspect
 

B

BaseAction - com.github.offercat.cache.action中的接口
缓存接口,通用缓存接口 Basic cache interface, all subclasses need to implement it
before(ProxyPoint) - 类 中的方法com.github.offercat.cache.proxy.AbstractAop
 
Broadcast - com.github.offercat.cache.broadcast中的注释类型
广播标识 Broadcast identification
Broadcast.OperationType - com.github.offercat.cache.broadcast中的枚举
广播支持的操作类型枚举 Enumeration of operation types supported by broadcast
BroadcastMessage - com.github.offercat.cache.broadcast中的类
Nats 广播消息 Nats broadcast message
BroadcastMessage() - 类 的构造器com.github.offercat.cache.broadcast.BroadcastMessage
 
BroadcastObject - com.github.offercat.cache.broadcast中的类
广播对象,保存缓存 key 与 cacheObject 之间的关系 Broadcast object, save the relationship between cache key and cacheObject
BroadcastObject() - 类 的构造器com.github.offercat.cache.broadcast.BroadcastObject
 
BroadcastService - com.github.offercat.cache.broadcast中的接口
广播服务接口 Broadcast service interface
BroadcastServiceImpl - com.github.offercat.cache.broadcast中的类
广播服务实现 Broadcast service implementation
BroadcastServiceImpl(CacheProperties, Serializer, List<AbstractCache>) - 类 的构造器com.github.offercat.cache.broadcast.BroadcastServiceImpl
 

C

CacheAspect - com.github.offercat.cache.proxy中的类
Description
CacheAspect() - 类 的构造器com.github.offercat.cache.proxy.CacheAspect
 
CacheAutoConfig - com.github.offercat.cache.config中的类
spring boot 自动配置 Automatically configure spring bean
CacheAutoConfig() - 类 的构造器com.github.offercat.cache.config.CacheAutoConfig
 
CacheFactory - com.github.offercat.cache.config中的类
缓存工厂,用于创建本地缓存、直接缓存、集群缓存 Cache factory, used to create local cache, direct cache, cluster cache
CacheFactory() - 类 的构造器com.github.offercat.cache.config.CacheFactory
 
CacheId<V> - com.github.offercat.cache.extra中的接口
带唯一标识的对象,使用批量获取方法的对象必须实现这个接口,并且返回对象的唯一标识 For the object with unique ID, the object using batch get method must implement this interface and return the unique ID of the object
CacheKeyGenerate<V> - com.github.offercat.cache.extra中的接口
缓存 key 生成策略 Cache key generation strategy
CacheObject - com.github.offercat.cache.extra中的类
内置的缓存对象,这个对象会记录序列化对象的 Class 类型,设置时间戳,在广播时会对比时间戳,防止缓存错乱 Built in cache object.
CacheObject() - 类 的构造器com.github.offercat.cache.extra.CacheObject
 
CacheProperties - com.github.offercat.cache.config中的类
缓存配置引入 Cache configuration parameters integration
CacheProperties() - 类 的构造器com.github.offercat.cache.config.CacheProperties
 
CaffeineCache - com.github.offercat.cache.ready中的类
开箱即用的 Caffeine 本地缓存 Out of the box Caffeine local cache
CaffeineCache(String, ItemProperties) - 类 的构造器com.github.offercat.cache.ready.CaffeineCache
 
ClusterCache - com.github.offercat.cache.inte中的类
抽象集群缓存,所有集群缓存继承这个抽象类 Abstract cluster cache.
ClusterCache(String, ItemProperties) - 类 的构造器com.github.offercat.cache.inte.ClusterCache
 
com.github.offercat.cache - 程序包 com.github.offercat.cache
 
com.github.offercat.cache.action - 程序包 com.github.offercat.cache.action
 
com.github.offercat.cache.broadcast - 程序包 com.github.offercat.cache.broadcast
 
com.github.offercat.cache.config - 程序包 com.github.offercat.cache.config
 
com.github.offercat.cache.extra - 程序包 com.github.offercat.cache.extra
 
com.github.offercat.cache.inte - 程序包 com.github.offercat.cache.inte
 
com.github.offercat.cache.proxy - 程序包 com.github.offercat.cache.proxy
 
com.github.offercat.cache.ready - 程序包 com.github.offercat.cache.ready
 
CommonProxy<T> - com.github.offercat.cache.proxy中的类
公用动态代理
CommonProxy() - 类 的构造器com.github.offercat.cache.proxy.CommonProxy
 
createCaffeine(ItemProperties) - 类 中的静态方法com.github.offercat.cache.config.MiddlewareCreator
创建 Caffeine 本地缓存 Create Caffeine local cache
createJedisPool(ItemProperties) - 类 中的静态方法com.github.offercat.cache.config.MiddlewareCreator
创建 Jedis 连接池 Create JedisPool

D

DefaultSerializer - com.github.offercat.cache.ready中的类
默认序列化器,字节数组使用 ObjectOutputStream 序列化,字符串使用 Alibaba fastjson 序列化 Default serializer.
DefaultSerializer() - 类 的构造器com.github.offercat.cache.ready.DefaultSerializer
 
del(String) - 接口 中的方法com.github.offercat.cache.action.BaseAction
删除对象 Delete object
del(String) - 类 中的方法com.github.offercat.cache.ready.CaffeineCache
 
del(String) - 类 中的方法com.github.offercat.cache.ready.EhDirectCache
 
del(String) - 类 中的方法com.github.offercat.cache.ready.RedisCache
 
delMul(List<String>) - 接口 中的方法com.github.offercat.cache.action.BaseAction
批量删除 Delete multiple objects
delMul(List<String>) - 类 中的方法com.github.offercat.cache.ready.CaffeineCache
 
delMul(List<String>) - 类 中的方法com.github.offercat.cache.ready.EhDirectCache
 
delMul(List<String>) - 类 中的方法com.github.offercat.cache.ready.RedisCache
 
delMulWithBroadcast(List<String>) - 接口 中的方法com.github.offercat.cache.broadcast.WithBroadcast
批量删除 Delete multiple objects and broadcast
delMulWithBroadcast(List<String>) - 类 中的方法com.github.offercat.cache.inte.AbstractCache
 
delWithBroadcast(String) - 接口 中的方法com.github.offercat.cache.broadcast.WithBroadcast
删除对象 Delete object and broadcast
delWithBroadcast(String) - 类 中的方法com.github.offercat.cache.inte.AbstractCache
 
dequeue(BroadcastMessage) - 接口 中的方法com.github.offercat.cache.broadcast.BroadcastService
消息出队 Message dequeue
dequeue(BroadcastMessage) - 类 中的方法com.github.offercat.cache.broadcast.BroadcastServiceImpl
 
deserializeFromBytes(byte[]) - 接口 中的方法com.github.offercat.cache.inte.Serializer
将字节数组反序列化成对象 Deserialize byte array to object
deserializeFromBytes(byte[]) - 类 中的方法com.github.offercat.cache.ready.DefaultSerializer
 
deserializeFromString(String, Class<T>) - 接口 中的方法com.github.offercat.cache.inte.Serializer
将字符串反序列化为对象 Deserialize string to object
deserializeFromString(String, Class<T>) - 类 中的方法com.github.offercat.cache.ready.DefaultSerializer
 
DirectCache - com.github.offercat.cache.inte中的类
抽象直接缓存,所有直接缓存继承这个抽象类 Abstract direct cache.
DirectCache(String, ItemProperties) - 类 的构造器com.github.offercat.cache.inte.DirectCache
 

E

EhDirectCache - com.github.offercat.cache.ready中的类
开箱即用的 EhCache 直接缓存 Out of the box EhCache direct cache
EhDirectCache(String, Serializer, ItemProperties) - 类 的构造器com.github.offercat.cache.ready.EhDirectCache
 
enqueue(BroadcastMessage) - 接口 中的方法com.github.offercat.cache.broadcast.BroadcastService
消息入队 Message enqueue
enqueue(BroadcastMessage) - 类 中的方法com.github.offercat.cache.broadcast.BroadcastServiceImpl
 
ExceptionUtil - com.github.offercat.cache.extra中的类
异常处理工具类 Exception handling tool class
ExceptionUtil() - 类 的构造器com.github.offercat.cache.extra.ExceptionUtil
 

G

get(String) - 接口 中的方法com.github.offercat.cache.action.BaseAction
获取对象 Get object
get(V) - 接口 中的方法com.github.offercat.cache.extra.CacheKeyGenerate
提供对象的唯一标识,返回生成的缓存key Provide the unique ID of the object and return the generated cache key
get(Collection<V>) - 接口 中的方法com.github.offercat.cache.extra.GetMulFunction
给定对象唯一标识的集合,返回对应的对象集合 Given the collection of unique ID of the object, return the corresponding object collection
get() - 接口 中的方法com.github.offercat.cache.extra.ThrowFunction
获取执行结果
get(String, Supplier<T>) - 接口 中的方法com.github.offercat.cache.MultipleCache
逐级获取对象后回填 Backfill after getting objects level by level
get(String, T, Supplier<T>) - 接口 中的方法com.github.offercat.cache.MultipleCache
逐级获取对象后回填,带null值回填 Backfill after getting objects level by level, contains null value
get(String, Supplier<T>) - 类 中的方法com.github.offercat.cache.MultipleCacheImpl
 
get(String, T, Supplier<T>) - 类 中的方法com.github.offercat.cache.MultipleCacheImpl
 
get(String) - 类 中的方法com.github.offercat.cache.ready.CaffeineCache
 
get(String) - 类 中的方法com.github.offercat.cache.ready.EhDirectCache
 
get(String) - 类 中的方法com.github.offercat.cache.ready.RedisCache
 
getCacheObject(String) - 接口 中的方法com.github.offercat.cache.action.BaseAction
获取内置缓存对象 Get built-in cache object
getCacheObject(String) - 类 中的方法com.github.offercat.cache.ready.CaffeineCache
 
getCacheObject(String) - 类 中的方法com.github.offercat.cache.ready.EhDirectCache
 
getCacheObject(String) - 类 中的方法com.github.offercat.cache.ready.RedisCache
 
getClusterCacheInstance() - 类 中的方法com.github.offercat.cache.config.CacheFactory
 
getClusterCacheInstance() - 类 中的方法com.github.offercat.cache.ready.ThreeLevelCacheFactory
 
getConnection(CacheProperties) - 类 中的静态方法com.github.offercat.cache.config.MiddlewareCreator
获取单例的 Nats 连接 Get the Nats connection of a single instance
getDirectCacheInstance() - 类 中的方法com.github.offercat.cache.config.CacheFactory
 
getDirectCacheInstance() - 类 中的方法com.github.offercat.cache.ready.ThreeLevelCacheFactory
 
getItemProperties() - 类 中的方法com.github.offercat.cache.inte.AbstractCache
 
getLocalCacheInstance() - 类 中的方法com.github.offercat.cache.config.CacheFactory
 
getLocalCacheInstance() - 类 中的方法com.github.offercat.cache.ready.ThreeLevelCacheFactory
 
getMap(String) - 接口 中的方法com.github.offercat.cache.action.MapAction
获取映射集 Get map
getMap(String) - 类 中的方法com.github.offercat.cache.ready.RedisCache
 
getMapField(String, String) - 接口 中的方法com.github.offercat.cache.action.MapAction
获取 map 的字段值 Get the field value of map
getMapField(String, String) - 类 中的方法com.github.offercat.cache.ready.RedisCache
 
getMul(List<String>) - 接口 中的方法com.github.offercat.cache.action.BaseAction
批量获取对象 Get multiple objects
getMul(Collection<V>, CacheKeyGenerate<V>, GetMulFunction<T, V>) - 接口 中的方法com.github.offercat.cache.MultipleCache
获逐级批量获取对象后回填 Backfill after obtaining objects in batch level by level
getMul(Collection<V>, CacheKeyGenerate<V>, T, GetMulFunction<T, V>) - 接口 中的方法com.github.offercat.cache.MultipleCache
获逐级批量获取对象后回填,带null值回填 Backfill after obtaining objects in batch level by level, contains null value
getMul(Collection<V>, CacheKeyGenerate<V>, GetMulFunction<T, V>) - 类 中的方法com.github.offercat.cache.MultipleCacheImpl
 
getMul(Collection<V>, CacheKeyGenerate<V>, T, GetMulFunction<T, V>) - 类 中的方法com.github.offercat.cache.MultipleCacheImpl
 
getMul(List<String>) - 类 中的方法com.github.offercat.cache.ready.CaffeineCache
 
getMul(List<String>) - 类 中的方法com.github.offercat.cache.ready.EhDirectCache
 
getMul(List<String>) - 类 中的方法com.github.offercat.cache.ready.RedisCache
 
getMulCacheObject(List<String>) - 接口 中的方法com.github.offercat.cache.action.BaseAction
批量获取内置缓存对象 Get multiple built-in cache objects
getMulCacheObject(List<String>) - 类 中的方法com.github.offercat.cache.ready.CaffeineCache
 
getMulCacheObject(List<String>) - 类 中的方法com.github.offercat.cache.ready.EhDirectCache
 
getMulCacheObject(List<String>) - 类 中的方法com.github.offercat.cache.ready.RedisCache
 
GetMulFunction<T,V> - com.github.offercat.cache.extra中的接口
批量回调策略 Batch callback policy
getName() - 类 中的方法com.github.offercat.cache.inte.AbstractCache
 
getNext() - 类 中的方法com.github.offercat.cache.inte.AbstractCache
 
getObjectId() - 接口 中的方法com.github.offercat.cache.extra.CacheId
获取对象的唯一标识,这个标识根据用户定义的缓存Key生成策略生成缓存Key Get the unique ID of the object, which generates the cache key according to the user-defined cache key generation policy
getOrder() - 类 中的方法com.github.offercat.cache.inte.AbstractCache
 
getPrev() - 类 中的方法com.github.offercat.cache.inte.AbstractCache
 
getProxy(T, AbstractAop) - 类 中的方法com.github.offercat.cache.proxy.CommonProxy
 

I

initInstance(T) - 类 中的方法com.github.offercat.cache.config.CacheFactory
 
initMiddleware(ItemProperties) - 类 中的方法com.github.offercat.cache.inte.AbstractCache
初始化中间件 Initialize Middleware
initMiddleware(ItemProperties) - 类 中的方法com.github.offercat.cache.ready.CaffeineCache
 
initMiddleware(ItemProperties) - 类 中的方法com.github.offercat.cache.ready.EhDirectCache
 
initMiddleware(ItemProperties) - 类 中的方法com.github.offercat.cache.ready.RedisCache
 
intercept(Object, Method, Object[], MethodProxy) - 类 中的方法com.github.offercat.cache.proxy.CommonProxy
 
isNull(Object) - 类 中的静态方法com.github.offercat.cache.extra.ExceptionUtil
Judge null
ItemProperties - com.github.offercat.cache.config中的类
单级缓存的配置参数,列举了一些常用的参数 Configuration parameters of single level cache,some commonly used parameters are listed
ItemProperties() - 类 的构造器com.github.offercat.cache.config.ItemProperties
 
ItemProperties.ExpireMode - com.github.offercat.cache.config中的枚举
缓存过期模式 Cache expiration mode

L

ListAction - com.github.offercat.cache.action中的接口
Description
LocalCache - com.github.offercat.cache.inte中的类
抽象本地缓存,所有本地缓存继承这个抽象类 Abstract local cache.
LocalCache(String, ItemProperties) - 类 的构造器com.github.offercat.cache.inte.LocalCache
 

M

MapAction - com.github.offercat.cache.action中的接口
map 相关操作 map related operations
MiddlewareCreator - com.github.offercat.cache.config中的类
中间件创建器 Middleware connection Creator
MiddlewareCreator() - 类 的构造器com.github.offercat.cache.config.MiddlewareCreator
 
MultipleCache - com.github.offercat.cache中的接口
多级缓存核心接口 Multi level cache core interface
MultipleCacheImpl - com.github.offercat.cache中的类
多级缓存实现 Multi level cache implementation
MultipleCacheImpl() - 类 的构造器com.github.offercat.cache.MultipleCacheImpl
 

P

paramNull(Object, String) - 类 中的静态方法com.github.offercat.cache.extra.ExceptionUtil
判断对象是否为 null,如果是 null,抛出非法参数异常 Judge whether the object is null.
paramPositive(long, String) - 类 中的静态方法com.github.offercat.cache.extra.ExceptionUtil
判断数字是否为正数,如果是负数,抛出非法参数异常 Judge whether the number is positive.
properties - 类 中的变量com.github.offercat.cache.config.CacheFactory
 
ProxyPoint - com.github.offercat.cache.proxy中的类
代理切点包装类
ProxyPoint() - 类 的构造器com.github.offercat.cache.proxy.ProxyPoint
 

R

RedisCache - com.github.offercat.cache.ready中的类
开箱即用的 Redis 集群缓存 Out of the box Redis cluster cache
RedisCache(String, Serializer, ItemProperties) - 类 的构造器com.github.offercat.cache.ready.RedisCache
 

S

serializer - 类 中的变量com.github.offercat.cache.config.CacheFactory
 
Serializer - com.github.offercat.cache.inte中的接口
序列化器接口 Serializer interface
serializeToBytes(T) - 接口 中的方法com.github.offercat.cache.inte.Serializer
将对象序列化成字节数组 Sequence object into byte arrays
serializeToBytes(T) - 类 中的方法com.github.offercat.cache.ready.DefaultSerializer
 
serializeToString(T) - 接口 中的方法com.github.offercat.cache.inte.Serializer
将对象序列化成字符串 Sequence object into string
serializeToString(T) - 类 中的方法com.github.offercat.cache.ready.DefaultSerializer
 
set(String, T) - 接口 中的方法com.github.offercat.cache.action.BaseAction
存储对象 Save object
set(String, T) - 接口 中的方法com.github.offercat.cache.MultipleCache
逐级设置缓存对象 Set cache object level by level
set(String, T) - 类 中的方法com.github.offercat.cache.MultipleCacheImpl
 
set(String, T) - 类 中的方法com.github.offercat.cache.ready.CaffeineCache
 
set(String, T) - 类 中的方法com.github.offercat.cache.ready.EhDirectCache
 
set(String, T) - 类 中的方法com.github.offercat.cache.ready.RedisCache
 
SetAction - com.github.offercat.cache.action中的接口
Description
setCacheObject(String, CacheObject) - 接口 中的方法com.github.offercat.cache.action.BaseAction
存储内置缓存对象 Save built-in cache object
setCacheObject(String, CacheObject) - 类 中的方法com.github.offercat.cache.ready.CaffeineCache
 
setCacheObject(String, CacheObject) - 类 中的方法com.github.offercat.cache.ready.EhDirectCache
 
setCacheObject(String, CacheObject) - 类 中的方法com.github.offercat.cache.ready.RedisCache
 
setMap(String, Map<String, T>) - 接口 中的方法com.github.offercat.cache.action.MapAction
设置映射集,过期时间为配置的默认时间 Set up full map,expiration time is the default time configured
setMap(String, Map<String, T>) - 类 中的方法com.github.offercat.cache.ready.RedisCache
 
setMapField(String, String, T) - 接口 中的方法com.github.offercat.cache.action.MapAction
设置映射集字段
setMapField(String, String, T) - 类 中的方法com.github.offercat.cache.ready.RedisCache
 
setMul(Map<String, T>) - 接口 中的方法com.github.offercat.cache.action.BaseAction
设置多个对象 Save multiple objects
setMul(Map<String, T>) - 接口 中的方法com.github.offercat.cache.MultipleCache
批量逐级设置缓存对象 Set multi cache object level by level
setMul(Map<String, T>) - 类 中的方法com.github.offercat.cache.MultipleCacheImpl
 
setMul(Map<String, T>) - 类 中的方法com.github.offercat.cache.ready.CaffeineCache
 
setMul(Map<String, T>) - 类 中的方法com.github.offercat.cache.ready.EhDirectCache
 
setMul(Map<String, T>) - 类 中的方法com.github.offercat.cache.ready.RedisCache
 
setMulCacheObject(Map<String, CacheObject>) - 接口 中的方法com.github.offercat.cache.action.BaseAction
批量存储内置缓存对象 Batch save built-in cache objects
setMulCacheObject(Map<String, CacheObject>) - 类 中的方法com.github.offercat.cache.ready.CaffeineCache
 
setMulCacheObject(Map<String, CacheObject>) - 类 中的方法com.github.offercat.cache.ready.EhDirectCache
 
setMulCacheObject(Map<String, CacheObject>) - 类 中的方法com.github.offercat.cache.ready.RedisCache
 
setMulWithBroadcast(Map<String, CacheObject>) - 接口 中的方法com.github.offercat.cache.broadcast.WithBroadcast
批量存储内置缓存对象 Batch save built-in cache objects and broadcast
setMulWithBroadcast(Map<String, CacheObject>) - 类 中的方法com.github.offercat.cache.inte.AbstractCache
 
setNext(AbstractCache) - 类 中的方法com.github.offercat.cache.inte.AbstractCache
设置并返回下一个缓存节点 Set up and return to the next cache node
setWithBroadcast(String, CacheObject) - 接口 中的方法com.github.offercat.cache.broadcast.WithBroadcast
存储内置缓存对象并广播 Save built-in cache object and broadcast
setWithBroadcast(String, CacheObject) - 类 中的方法com.github.offercat.cache.inte.AbstractCache
 
supportBroadcast() - 接口 中的方法com.github.offercat.cache.broadcast.WithBroadcast
标记本缓存是否支持广播 Mark whether this cache supports broadcasting
supportBroadcast() - 类 中的方法com.github.offercat.cache.ready.CaffeineCache
 
supportBroadcast() - 类 中的方法com.github.offercat.cache.ready.EhDirectCache
 
supportBroadcast() - 类 中的方法com.github.offercat.cache.ready.RedisCache
 

T

THIS_SERVER_FLAG - 接口 中的静态变量com.github.offercat.cache.broadcast.BroadcastService
本服务标识 This server container ID flag
ThreeLevelCacheFactory - com.github.offercat.cache.ready中的类
三级缓存工厂
ThreeLevelCacheFactory(CacheProperties, Serializer) - 类 的构造器com.github.offercat.cache.ready.ThreeLevelCacheFactory
 
ThrowFunction<T> - com.github.offercat.cache.extra中的接口
带有抛出异常的事件
TOPIC - 接口 中的静态变量com.github.offercat.cache.broadcast.BroadcastService
订阅主题,对用户指定的 topic 进行一些封装,防止 topic 过于简单或者用户不设置 topic Subscribe to the topic, encapsulate the topic specified by the user to prevent the topic from being too simple or empty
TOPIC_VERSION - 接口 中的静态变量com.github.offercat.cache.broadcast.BroadcastService
广播主题版本号,如果新版本升级导致广播的消息无法兼容,则通过版本号升级来防止消息冲突 Broadcast topic version.
transferToCacheObject(T, long) - 接口 中的方法com.github.offercat.cache.action.BaseAction
将对象转化为内置缓存对象 Convert object to built-in cache object
transferToCacheObject(T, long) - 类 中的方法com.github.offercat.cache.ready.CaffeineCache
 
transferToCacheObject(T, long) - 类 中的方法com.github.offercat.cache.ready.EhDirectCache
 
transferToCacheObject(T, long) - 类 中的方法com.github.offercat.cache.ready.RedisCache
 
transferToObject(CacheObject) - 接口 中的方法com.github.offercat.cache.action.BaseAction
将内置缓存对象转化为对象 Convert built-in cache object to object
transferToObject(CacheObject) - 类 中的方法com.github.offercat.cache.ready.CaffeineCache
 
transferToObject(CacheObject) - 类 中的方法com.github.offercat.cache.ready.EhDirectCache
 
transferToObject(CacheObject) - 类 中的方法com.github.offercat.cache.ready.RedisCache
 

U

UnIntercept - com.github.offercat.cache.proxy中的注释类型
Description

V

valueOf(String) - 枚举 中的静态方法com.github.offercat.cache.broadcast.Broadcast.OperationType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.offercat.cache.config.ItemProperties.ExpireMode
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.offercat.cache.broadcast.Broadcast.OperationType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.offercat.cache.config.ItemProperties.ExpireMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WithBroadcast - com.github.offercat.cache.broadcast中的接口
缓存广播相关接口 Cache broadcast related interface

Z

ZsetAction - com.github.offercat.cache.action中的接口
Description
A B C D E G I L M P R S T U V W Z 
跳过导航链接

Copyright © 2020. All rights reserved.