HuntShiroCache

Constructors

this
this(string name, HuntCache cache)
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
get
AuthorizationInfo get(Object key)
Undocumented in source. Be warned that the author may not have intended to support it.
get
AuthorizationInfo get(Object key, AuthorizationInfo defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
keys
Object[] keys()
Undocumented in source. Be warned that the author may not have intended to support it.
put
AuthorizationInfo put(Object key, AuthorizationInfo value)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
AuthorizationInfo remove(Object key)
Undocumented in source. Be warned that the author may not have intended to support it.
size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.
values
AuthorizationInfo[] values()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta