New listKeys() API to support glob-style key search patterns
[ric-plt/sdl.git] / include / private / syncstorageimpl.hpp
index b0f5fb5..f67009d 100644 (file)
@@ -55,6 +55,8 @@ namespace shareddatalayer
 
         virtual Keys findKeys(const Namespace& ns, const std::string& keyPrefix) override;
 
+        virtual Keys listKeys(const Namespace& ns, const std::string& pattern) override;
+
         virtual void removeAll(const Namespace& ns) override;
 
         virtual void setOperationTimeout(const std::chrono::steady_clock::duration& timeout) override;