dxx ~master (2021-11-02T05:31:47.8866387)
Dub
Repo
BasicCache
dxx
app
cache
Undocumented in source.
class
BasicCache {
CachedValue
!
T
get
(string id);
void
set
(T t, string id);
this
();
this
();
class
CachedValue
(T)
;
}
Constructors
this
this
()
Undocumented in source.
this
this
()
Undocumented in source.
Members
Classes
CachedValue
class
CachedValue
(T)
Undocumented in source.
Functions
get
CachedValue
!
T
get
(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void
set
(T t, string id)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dxx
app
cache
classes
BasicCache
interfaces
CacheProvider