接口 CacheEntity<K,V>
- 类型参数:
K
-V
-
- 所有已知实现类:
MemoryCacheEntity
,RedisCacheEntity
public interface CacheEntity<K,V>
CacheEntity
-
方法概要
-
方法详细资料
-
init
- 参数:
region
-properties
-- 返回:
- entity
-
put
- 参数:
key
-value
-expiryInSeconds
-
-
put
- 参数:
key
-value
-- 返回:
- values list
-
remove
- 参数:
key
-- 返回:
- value
-
contains
- 参数:
key
-- 返回:
- whether it is included
-
get
- 参数:
key
-- 返回:
- value
-
clear
- 参数:
recycling
-- 返回:
- values list
-