- accept
void accept(CacheVisitor!(K, V) visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
V get(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(K key, V value)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(K key)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCapacity
void setCapacity(int size)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTimeout
void setTimeout(int timeout)
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.