From 961173f44df332cd17e1b9875e4ef5eb9cea1d3a Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Mon, 20 Sep 2021 21:01:01 +0200 Subject: Added more scrub stubs in higher level services --- zenserver/zenserver.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'zenserver/zenserver.cpp') diff --git a/zenserver/zenserver.cpp b/zenserver/zenserver.cpp index 98ca152fa..4ad793faa 100644 --- a/zenserver/zenserver.cpp +++ b/zenserver/zenserver.cpp @@ -396,6 +396,15 @@ public: } } + void Scrub() + { + ScrubContext Ctx; + m_CasStore->Scrub(Ctx); + m_CidStore->Scrub(Ctx); + m_ProjectStore->Scrub(Ctx); + m_StructuredCacheService->Scrub(Ctx); + } + void Flush() { if (m_CasStore) -- cgit v1.2.3