hunt-security ~master (2022-05-10T21:21:26.2180491)
Dub
Repo
Cache.CacheVisitor
hunt
security
util
Cache
Cache
Undocumented in source.
class
Cache
(K, V)
interface
CacheVisitor (
K
V
) {
void
visit
(Map!(K, V) map);
}
Members
Functions
visit
void
visit
(Map!(K, V) map)
Undocumented in source.
Meta
Source
See Implementation
hunt
security
util
Cache
Cache
constructors
this
functions
accept
clear
get
put
remove
setCapacity
setTimeout
size
interfaces
CacheVisitor