| 接口 | 说明 |
|---|---|
| CacheId<V> |
带唯一标识的对象,使用批量获取方法的对象必须实现这个接口,并且返回对象的唯一标识
For the object with unique ID, the object using batch get method must implement this interface and return the unique ID of the object
|
| CacheKeyGenerate<V> |
缓存 key 生成策略
Cache key generation strategy
|
| GetMulFunction<T,V> |
批量回调策略
Batch callback policy
|
| ThrowFunction<T> |
带有抛出异常的事件
|
| 类 | 说明 |
|---|---|
| CacheObject |
内置的缓存对象,这个对象会记录序列化对象的 Class 类型,设置时间戳,在广播时会对比时间戳,防止缓存错乱
Built in cache object.
|
| ExceptionUtil |
异常处理工具类
Exception handling tool class
|
Copyright © 2020. All rights reserved.