New listKeys() API to support glob-style key search patterns
[ric-plt/sdl.git] / include / private / asyncdummystorage.hpp
index 885e823..6c94425 100644 (file)
    limitations under the License.
 */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+*/
+
 #ifndef SHAREDDATALAYER_ASYNCDUMMYSTORAGE_HPP_
 #define SHAREDDATALAYER_ASYNCDUMMYSTORAGE_HPP_
 
@@ -56,6 +61,8 @@ namespace shareddatalayer
 
         void findKeysAsync(const Namespace& ns, const std::string& keyPrefix, const FindKeysAck& findKeysAck) override;
 
+        void listKeys(const Namespace& ns, const std::string& pattern, const FindKeysAck& findKeysAck) override;
+
         void removeAllAsync(const Namespace& ns, const ModifyAck& modifyAck) override;
 
     private: