Skip to content

Commit 18fcaa3

Browse files
author
Amanda Butler
authored
Add deprecation tip to KVStoreAPI.md
Add tip about replacing deprecated API.
1 parent 6e0a63d commit 18fcaa3

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)