| 程序包 | 说明 |
|---|---|
| com.github.offercat.cache.broadcast | |
| com.github.offercat.cache.config | |
| com.github.offercat.cache.inte | |
| com.github.offercat.cache.ready |
| 构造器和说明 |
|---|
BroadcastServiceImpl(CacheProperties properties,
Serializer serializer,
List<AbstractCache> cacheList) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected <T extends AbstractCache> |
CacheFactory.initInstance(T target) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ClusterCache
抽象集群缓存,所有集群缓存继承这个抽象类
Abstract cluster cache.
|
class |
DirectCache
抽象直接缓存,所有直接缓存继承这个抽象类
Abstract direct cache.
|
class |
LocalCache
抽象本地缓存,所有本地缓存继承这个抽象类
Abstract local cache.
|
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractCache |
AbstractCache.getNext() |
AbstractCache |
AbstractCache.getPrev() |
AbstractCache |
AbstractCache.setNext(AbstractCache next)
设置并返回下一个缓存节点
Set up and return to the next cache node
|
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractCache |
AbstractCache.setNext(AbstractCache next)
设置并返回下一个缓存节点
Set up and return to the next cache node
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CaffeineCache
开箱即用的 Caffeine 本地缓存
Out of the box Caffeine local cache
|
class |
EhDirectCache
开箱即用的 EhCache 直接缓存
Out of the box EhCache direct cache
|
class |
RedisCache
开箱即用的 Redis 集群缓存
Out of the box Redis cluster cache
|
Copyright © 2020. All rights reserved.