public interface GroupCacheable
限定符和类型 | 方法和说明 |
---|---|
void |
clear()
清除所有缓存项。
|
java.lang.String |
getGroup()
取得缓存所属的组。
|
java.lang.String |
getName()
取得缓存名称。
|
CacheStatistics |
getStatistics()
获取缓存统计对象。
|
boolean |
isEmpty()
Returns true if this list contains no elements.
|
void |
loadFromCacheCenter()
在分布式环境中从缓存中心加载
|
int |
size()
Returns the number of elements in this list.
|
java.lang.String getGroup()
java.lang.String getName()
int size()
boolean isEmpty()
void clear()
CacheStatistics getStatistics()
void loadFromCacheCenter()