|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SimpleExpiryCacheManagementMBean
MBean interface for SimpleExpiryCache.
| Method Summary | |
|---|---|
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.. |
| Method Detail |
|---|
int size()
int getExpiryTimeSeconds()
String[] users()
void clearExpired()
void clearAll()
void clearUser(String aUsername)
aUsername -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||