- 所有已实现的接口:
- Serializable
public class CacheObject
extends Object
implements Serializable
内置的缓存对象,这个对象会记录序列化对象的 Class 类型,设置时间戳,在广播时会对比时间戳,防止缓存错乱
Built in cache object. This object will record the class type of the serialized object,
set the time stamp, and compare the time stamp when broadcasting to prevent the cache from being disordered
- 从以下版本开始:
- 2020/3/3 10:55
- 作者:
- 徐通 Tony Xu myimpte@163.com
- 另请参阅:
- 序列化表格