ws ~master (2021-08-13T10:04:01Z)
Dub
Repo
CachedFactory
ws
cache
Undocumented in source.
class
CachedFactory (
T
) {
T
[
size_t
]
cache
;
T
get
(Args args);
}
Members
Functions
get
T
get
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
cache
T
[
size_t
]
cache
;
Undocumented in source.
Meta
Source
See Implementation
ws
cache
classes
CachedFactory