aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/cachestore.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-05-20 14:05:01 +0200
committerStefan Boberg <[email protected]>2021-05-20 14:05:01 +0200
commit049f51d56a59299bcbf718bf1a55d7e745f2cf57 (patch)
tree575745847cd542dde5e826da77796da2ebd8e85c /zenserver/cache/cachestore.cpp
parentAdded tentative Jupiter structured data endpoints (diff)
downloadzen-049f51d56a59299bcbf718bf1a55d7e745f2cf57.tar.xz
zen-049f51d56a59299bcbf718bf1a55d7e745f2cf57.zip
WIP structured cache endpoints - tactical check-in not fully functional yet
Diffstat (limited to 'zenserver/cache/cachestore.cpp')
-rw-r--r--zenserver/cache/cachestore.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/zenserver/cache/cachestore.cpp b/zenserver/cache/cachestore.cpp
index 5b0358994..87c89c6a8 100644
--- a/zenserver/cache/cachestore.cpp
+++ b/zenserver/cache/cachestore.cpp
@@ -1237,3 +1237,8 @@ ZenCacheTracker::TrackAccess(std::string_view Bucket, const zen::IoHash& HashKey
ZEN_UNUSED(Bucket);
ZEN_UNUSED(HashKey);
}
+
+void
+ZenCacheTracker::Flush()
+{
+}