public interface CacheRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clear(java.lang.String name) |
boolean |
isActive() |
void |
register(CacheRegistryItem cacheRegistryItem) |
void |
setActive(boolean active) |
void |
unregister(java.lang.String name) |
void clear()
void clear(java.lang.String name)
boolean isActive()
void register(CacheRegistryItem cacheRegistryItem)
void setActive(boolean active)
void unregister(java.lang.String name)