Add SDL developer and user guides
[ric-plt/sdl.git] / include / sdl / asyncstorage.hpp
index c20c7b1..5c3cc6d 100644 (file)
    limitations under the License.
 */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+*/
+
 #ifndef SHAREDDATALAYER_ASYNCSTORAGE_HPP_
 #define SHAREDDATALAYER_ASYNCSTORAGE_HPP_
 
@@ -287,7 +292,7 @@ namespace shareddatalayer
         using FindKeysAck = std::function<void(const std::error_code& error, const Keys& keys)>;
 
         /**
-         * Find all keys matching search pattern under the namespace. No prior knowledge about the keys in the given
+         * Find all keys matching search key prefix under the namespace. No prior knowledge about the keys in the given
          * namespace exists, thus operation is not guaranteed to be atomic or isolated.
          *
          * @param ns Namespace under which this operation is targeted.