Skip to content

Commit f711243

Browse files
author
Amanda Butler
authored
Merge pull request #1173 from ARMmbed/AnotherButler-patch-5
Add deprecation tip to KVStoreAPI.md
2 parents 99707e9 + 18fcaa3 commit f711243

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/api/storage/KVStoreAPI.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# KVStore
22

3+
<span class="tips">**Tip:** This API replaces the deprecated NVStore API.</span>
4+
35
<span class="images">![](http://os.mbed.com/docs/development/mbed-os-api-doxy/classmbed_1_1_k_v_store.png)<span>KVStore class hierarchy</span></span>
46

57
The KVStore API is a common get/set API implemented by several classes. It allows flexibility in the configuration of a storage solution that you can build by allocating several combinations of objects. For example, SecureStore can hold a TDBStore or a FileSystemStore, both implementing the KVStore API, without any change in functionality.

0 commit comments

Comments
 (0)