| 接口 | 说明 |
|---|---|
| Serializer |
序列化器接口
Serializer interface
|
| 类 | 说明 |
|---|---|
| AbstractCache |
抽象缓存,所有缓存都需要集成这个类
Abstract cache, all caches need to integrate this class
|
| ClusterCache |
抽象集群缓存,所有集群缓存继承这个抽象类
Abstract cluster cache.
|
| DirectCache |
抽象直接缓存,所有直接缓存继承这个抽象类
Abstract direct cache.
|
| LocalCache |
抽象本地缓存,所有本地缓存继承这个抽象类
Abstract local cache.
|
Copyright © 2020. All rights reserved.