public interface SimpleExpiryCacheManagementMBean
SimpleExpiryCache.| Modifier and Type | Method and Description |
|---|---|
void |
clearAll()
Clears all entries from the cache.
|
void |
clearExpired()
Clears the expired entries from the cache.
|
void |
clearUser(String aUsername)
Clears the entries for a specific user from the cache.
|
int |
getExpiryTimeSeconds()
Gest the expiry time in seconds.
|
int |
size()
Gets the number of entries, including expired ones.
|
String[] |
users()
Gets the list of cached users..
|
int size()
int getExpiryTimeSeconds()
String[] users()
void clearExpired()
void clearAll()
void clearUser(String aUsername)
aUsername - Username to clear.Copyright © 2019. All rights reserved.