| 接口 | 说明 |
|---|---|
| Cache |
Implementors define a caching algorithm.
|
| CacheChannel |
Cache Channel
|
| CacheExpiredListener |
侦听缓存中的某个记录超时
|
| CacheProvider |
Support for pluggable caches.
|
| 类 | 说明 |
|---|---|
| CacheManager |
缓存管理器
|
| CacheObject |
所获取的缓存对象
|
| CacheTester |
缓存测试入口
|
| Command |
命令消息封装
格式:
第1个字节为命令代码,长度1 [OPT]
第2、3个字节为region长度,长度2 [R_LEN]
第4、N 为 region 值,长度为 [R_LEN]
第N+1、N+2 为 key 长度,长度2 [K_LEN]
第N+3、M为 key值,长度为 [K_LEN]
|
| J2Cache |
缓存入口
|
| JGroupsCacheChannel |
使用 JGroups 进行组播
|
| NullCache |
空的缓存Provider
|
| NullCacheProvider | |
| RedisCacheChannel |
缓存Redis PUB/SUB监听通道
|
| 异常错误 | 说明 |
|---|---|
| CacheException |
缓存相关的异常
|
Copyright © 2015. All rights reserved.