public interface CacheId<V> extends Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
V |
getObjectId()
获取对象的唯一标识,这个标识根据用户定义的缓存Key生成策略生成缓存Key
Get the unique ID of the object, which generates the cache key according to the user-defined cache key generation policy
|
V getObjectId()
Copyright © 2020. All rights reserved.