public class CacheStatus extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CacheStatus.ClientRemovalResult |
| Constructor and Description |
|---|
CacheStatus() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getClientsForKey(String key) |
Set<String> |
getKeys() |
List<String> |
getKeysForClient(String client) |
int |
getTotalEntryCount() |
void |
registerKeyForClient(String key,
String client,
long expiretime) |
void |
removeKeyByPrefixForClient(String prefix,
String client) |
void |
removeKeyForClient(String key,
String client) |
String |
toString() |
Copyright © 2016. All rights reserved.