- _CacheCore_Data
alias _CacheCore_Data = ReturnType!DataGetter
Undocumented in source.
- _CacheCore_Key
alias _CacheCore_Key = ReturnType!KeyGetter
Undocumented in source.
- _CacheCore_readOnly
enum _CacheCore_readOnly;
Undocumented in source.
- cachedData
_CacheCore_Data cachedData;
The currently loaded version of the data.
- cachedDataKey
_CacheCore_Key cachedDataKey;
The key (version) of the last loaded version of the data.
- _CacheCore_update
void _CacheCore_update()
Undocumented in source. Be warned that the author may not have intended to support it.
- _CacheCore_data
auto _CacheCore_data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- _CacheCore_data
auto ref _CacheCore_data [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- save
void save()
Save the data.
Obtain a fresh copy of the key afterwards
(by reading it again), unless exiting is true.
- ~this
~this()
Undocumented in source.
- _CacheCore_registerFlush
void _CacheCore_registerFlush()
Undocumented in source. Be warned that the author may not have intended to support it.
- _CacheCore_pending
typeof(this)*[] _CacheCore_pending;
Undocumented in source.
Wraps some data stored in a file on disk.