SimpleCache.update

Undocumented in source. Be warned that the author may not have intended to support it.
class SimpleCache(T, string idMember = "id", size_t limit = size_t.max)
@safe
T
update
(,
scope void delegate
(
scope ref T
)
@safe
updater = null
,
bool put = false
)

Meta