A B C E I K L M P R S T V
A
- after(ICacheInterceptorContext<K, V>) - 接口 中的方法com.github.houbb.cache.api.ICacheInterceptor
-
方法执行之后
B
- before(ICacheInterceptorContext<K, V>) - 接口 中的方法com.github.houbb.cache.api.ICacheInterceptor
-
方法执行之前
C
- cache() - 接口 中的方法com.github.houbb.cache.api.ICacheEvictContext
-
cache 实现
- cache() - 接口 中的方法com.github.houbb.cache.api.ICacheInterceptorContext
-
缓存信息
- cacheEvict() - 接口 中的方法com.github.houbb.cache.api.ICacheContext
-
驱除策略
- CacheInterceptor - com.github.houbb.cache.annotation中的注释类型
-
缓存拦截器
- com.github.houbb.cache.annotation - 程序包 com.github.houbb.cache.annotation
-
- com.github.houbb.cache.api - 程序包 com.github.houbb.cache.api
-
E
- endMills() - 接口 中的方法com.github.houbb.cache.api.ICacheInterceptorContext
-
结束时间
- evict(ICacheEvictContext<K, V>) - 接口 中的方法com.github.houbb.cache.api.ICacheEvict
-
驱除策略
- expire(K, long) - 接口 中的方法com.github.houbb.cache.api.ICache
-
设置过期时间
(1)如果 key 不存在,则什么都不做。
- expire() - 接口 中的方法com.github.houbb.cache.api.ICache
-
获取缓存的过期处理类
- 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中的接口
-
缓存过期接口
- ICacheInterceptor<K,V> - com.github.houbb.cache.api中的接口
-
拦截器接口
(1)耗时统计
(2)监听器
- ICacheInterceptorContext<K,V> - com.github.houbb.cache.api中的接口
-
拦截器上下文接口
(1)get
(2)put
(3)remove
(4)expire
(5)evict
- ICacheLoad<K,V> - com.github.houbb.cache.api中的接口
-
缓存接口
- ICacheRemoveListener<K,V> - com.github.houbb.cache.api中的接口
-
拦截器接口
(1)耗时统计
(2)监听器
- ICacheRemoveListenerContext<K,V> - com.github.houbb.cache.api中的接口
-
删除监听器上下文
(1)耗时统计
(2)监听器
K
- key() - 接口 中的方法com.github.houbb.cache.api.ICacheEvictContext
-
新加的 key
- key() - 接口 中的方法com.github.houbb.cache.api.ICacheRemoveListenerContext
-
清空的 key
L
- listen(ICacheRemoveListenerContext<K, V>) - 接口 中的方法com.github.houbb.cache.api.ICacheRemoveListener
-
监听
- load() - 接口 中的方法com.github.houbb.cache.api.ICache
-
加载信息
- load(ICache<K, V>) - 接口 中的方法com.github.houbb.cache.api.ICacheLoad
-
加载缓存信息
M
- map() - 接口 中的方法com.github.houbb.cache.api.ICacheContext
-
map 信息
- method() - 接口 中的方法com.github.houbb.cache.api.ICacheInterceptorContext
-
执行的方法信息
P
- params() - 接口 中的方法com.github.houbb.cache.api.ICacheInterceptorContext
-
执行的参数
R
- refreshExpire(Collection<K>) - 接口 中的方法com.github.houbb.cache.api.ICacheExpire
-
惰性删除中需要处理的 keys
- removeListeners() - 接口 中的方法com.github.houbb.cache.api.ICache
-
删除监听类列表
- result() - 接口 中的方法com.github.houbb.cache.api.ICacheInterceptorContext
-
方法执行的结果
S
- size() - 接口 中的方法com.github.houbb.cache.api.ICacheContext
-
大小限制
- size() - 接口 中的方法com.github.houbb.cache.api.ICacheEvictContext
-
获取大小
- startMills() - 接口 中的方法com.github.houbb.cache.api.ICacheInterceptorContext
-
开始时间
T
- type() - 接口 中的方法com.github.houbb.cache.api.ICacheRemoveListenerContext
-
删除类型
V
- value() - 接口 中的方法com.github.houbb.cache.api.ICacheRemoveListenerContext
-
值
A B C E I K L M P R S T V
Copyright © 2020. All rights reserved.