Interface WingsCache.State
-
- All Implemented Interfaces:
public interface WingsCache.State
-
-
Method Summary
Modifier and Type Method Description abstract Map<String, Integer>statsCacheSize()get name and size of cache abstract Set<Object>statsCacheKeys(String name)get keys in cache -
-
Method Detail
-
statsCacheSize
@NotNull() abstract Map<String, Integer> statsCacheSize()
get name and size of cache
- Returns:
name-size
-
statsCacheKeys
@NotNull() abstract Set<Object> statsCacheKeys(String name)
get keys in cache
- Parameters:
name- cache name- Returns:
keys
-
-
-
-