| 程序包 | 说明 |
|---|---|
| net.oschina.j2cache | |
| net.oschina.j2cache.lettuce | |
| net.oschina.j2cache.memcached | |
| net.oschina.j2cache.redis |
| 限定符和类型 | 类和说明 |
|---|---|
class |
NullCache
空的缓存Provider
|
| 限定符和类型 | 方法和说明 |
|---|---|
Level2Cache |
CacheProviderHolder.getLevel2Cache(String region)
二级缓存实例
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
LettuceCache
Lettuce 的基类,封装了普通 Redis 连接和集群 Redis 连接的差异
|
class |
LettuceGenericCache
Redis 缓存操作封装,基于 region+_key 实现多个 Region 的缓存(
|
class |
LettuceHashCache
Redis 缓存操作封装,基于 Hashs 实现多个 Region 的缓存
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
MemCache
Memcached 缓存操作封装,基于 region+_key 实现多个 Region 的缓存(
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
RedisGenericCache
Redis 缓存操作封装,基于 region+_key 实现多个 Region 的缓存(
|
class |
RedisHashCache
Redis 缓存操作封装,基于 Hashs 实现多个 Region 的缓存
|
Copyright © 2018. All rights reserved.