mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
refs #646 Added timestamps in data cache load/save log messages.
This commit is contained in:
@@ -126,6 +126,9 @@ namespace BlackMisc
|
||||
//! Returns (by move) the container of promises to load values.
|
||||
std::vector<std::promise<void>> loadedValuePromises();
|
||||
|
||||
//! Keys with timestamps.
|
||||
QString timestampsAsString() const;
|
||||
|
||||
//! Set TTL value that will be written to the revision file.
|
||||
void setTimeToLive(const QString &key, int ttl);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user