Skip to content

Commit 010170c

Browse files
author
Amanda Butler
authored
Add image to KVStoreAPI.md
Add class hierarchy diagram for consistency across API references.
1 parent d6e1035 commit 010170c

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="images">![](http://os.mbed.com/docs/development/mbed-os-api-doxy/classmbed_1_1_k_v_store.png)<span>KVStore class hierarchy</span></span>
4+
35
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.
46

57
Developers should use the static global KVStore API when possible, to use the flexibility of KVStore configuration.

0 commit comments

Comments
 (0)