C E I K M S
C
- cache() - 接口 中的方法com.github.houbb.cache.api.ICacheEvictContext
-
cache 实现
- cacheEvict() - 接口 中的方法com.github.houbb.cache.api.ICacheContext
-
驱除策略
- 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 不存在,则什么都不做。
- 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.
K
- key() - 接口 中的方法com.github.houbb.cache.api.ICacheEvictContext
-
新加的 key
M
- map() - 接口 中的方法com.github.houbb.cache.api.ICacheContext
-
map 信息
S
- size() - 接口 中的方法com.github.houbb.cache.api.ICacheContext
-
大小限制
- size() - 接口 中的方法com.github.houbb.cache.api.ICacheEvictContext
-
获取大小
C E I K M S
Copyright © 2020. All rights reserved.