CacheCore.save

Save the data. Obtain a fresh copy of the key afterwards (by reading it again), unless exiting is true.

mixintemplate CacheCore(alias DataGetter, alias KeyGetter, alias DataPutter = None, FlushPolicy flushPolicy = FlushPolicy.none)
static if(!_CacheCore_readOnly)
void
save
(
bool exiting = false
)
()

Meta