C E I K M R S
C
- cache() - 接口 中的方法com.github.houbb.cache.api.ICacheEvictContext
-
cache 实现
- cacheEvict() - 接口 中的方法com.github.houbb.cache.api.ICacheContext
-
驱除策略
- cacheExpire() - 接口 中的方法com.github.houbb.cache.api.ICache
-
获取缓存的过期处理类
- com.github.houbb.cache.annotation - 程序包 com.github.houbb.cache.annotation
-
- com.github.houbb.cache.api - 程序包 com.github.houbb.cache.api
-
E
- evict(ICacheEvictContext<K, V>) - 接口 中的方法com.github.houbb.cache.api.ICacheEvict
-
驱除策略
- expire(K, long) - 接口 中的方法com.github.houbb.cache.api.ICache
-
设置过期时间
(1)如果 key 不存在,则什么都不做。
- expire(K, long) - 接口 中的方法com.github.houbb.cache.api.ICacheExpire
-
指定过期信息
- expireAt(K, long) - 接口 中的方法com.github.houbb.cache.api.ICache
-
在指定的时间过期
I
- ICache<K,V> - com.github.houbb.cache.api中的接口
-
缓存接口
- ICacheContext<K,V> - com.github.houbb.cache.api中的接口
-
缓存上下文
- ICacheEvict<K,V> - com.github.houbb.cache.api中的接口
-
驱除策略
- ICacheEvictContext<K,V> - com.github.houbb.cache.api中的接口
-
驱除策略
1.
- ICacheExpire<K,V> - com.github.houbb.cache.api中的接口
-
缓存过期接口
K
- key() - 接口 中的方法com.github.houbb.cache.api.ICacheEvictContext
-
新加的 key
M
- map() - 接口 中的方法com.github.houbb.cache.api.ICacheContext
-
map 信息
R
- Refresh - com.github.houbb.cache.annotation中的注释类型
-
刷新所有信息
- refreshExpire(Collection<K>) - 接口 中的方法com.github.houbb.cache.api.ICacheExpire
-
惰性删除中需要处理的 keys
S
- size() - 接口 中的方法com.github.houbb.cache.api.ICacheContext
-
大小限制
- size() - 接口 中的方法com.github.houbb.cache.api.ICacheEvictContext
-
获取大小
C E I K M R S
Copyright © 2020. All rights reserved.