| 程序包 | 说明 |
|---|---|
| com.github.offercat.cache.inte | |
| com.github.offercat.cache.ready |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractCache
抽象缓存,所有缓存都需要集成这个类
Abstract cache, all caches need to integrate this class
|
class |
ClusterCache
抽象集群缓存,所有集群缓存继承这个抽象类
Abstract cluster cache.
|
class |
DirectCache
抽象直接缓存,所有直接缓存继承这个抽象类
Abstract direct cache.
|
class |
LocalCache
抽象本地缓存,所有本地缓存继承这个抽象类
Abstract local cache.
|
| 限定符和类型 | 类和说明 |
|---|---|
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.