| 程序包 | 说明 |
|---|---|
| net.oschina.j2cache | |
| net.oschina.j2cache.ehcache | |
| net.oschina.j2cache.redis |
| 类和说明 |
|---|
| Cache
Implementors define a caching algorithm.
|
| CacheChannel
Cache Channel
|
| CacheException
缓存相关的异常
|
| CacheExpiredListener
侦听缓存中的某个记录超时
|
| CacheObject
所获取的缓存对象
|
| CacheProvider
Support for pluggable caches.
|
| 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]
|
| JGroupsCacheChannel
使用 JGroups 进行组播
|
| RedisCacheChannel
缓存Redis PUB/SUB监听通道
|
| 类和说明 |
|---|
| Cache
Implementors define a caching algorithm.
|
| CacheException
缓存相关的异常
|
| CacheExpiredListener
侦听缓存中的某个记录超时
|
| CacheProvider
Support for pluggable caches.
|
| 类和说明 |
|---|
| Cache
Implementors define a caching algorithm.
|
| CacheException
缓存相关的异常
|
| CacheExpiredListener
侦听缓存中的某个记录超时
|
| CacheProvider
Support for pluggable caches.
|
Copyright © 2015. All rights reserved.