# kv\_store.h ## **Overview** **Related Modules:** [Kv\_store](Kv_store.md) **Description:** Provides functions for obtaining, setting, and deleting a key-value pair. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Functions
UtilsGetValue (const char *key, char *value, unsigned int len) |
Obtains the value matching a specified key from the file system or cache. |
UtilsSetValue (const char *key, const char *value) |
Adds or updates the value matching a specified key in the file system or cache. |
UtilsDeleteValue (const char *key) |
Deletes the value matching a specified key from the file system or cache. |
ClearKVCache (void) |