diff options
author | Sourabh Sourabh <sourabh.sourabh@est.tech> | 2023-09-27 12:25:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-09-27 12:25:53 +0000 |
commit | 4e91e54dffc9a0d1dd154bd97b25162921fd9d11 (patch) | |
tree | ee314578d68dd47ca47e32a1159761604e93892d /docs | |
parent | 7bacf478fc69fb97d2abf29c4678552f58575b74 (diff) | |
parent | 928c1eba5aa5271903fdfb70e5b81fa60c1eb9bb (diff) |
Merge "Introduce and use new Hazelcast map for module set tag"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/deployment.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst index acc32e3640..0642e6a8e1 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -336,5 +336,7 @@ Below are the list of distributed datastructures that we have. +--------------+---------------------------------+----------------------------------------------------------+ | cps-ncmp | trustLevelPerDmiPlugin | Stores the TrustLevel for the dmi-plugins. | +--------------+---------------------------------+----------------------------------------------------------+ +| cps-ncmp | moduleSetTagCacheMapConfig | Stores the Module Set Tags for cmHandles. | ++--------------+---------------------------------+----------------------------------------------------------+ -Total number of caches : 7
\ No newline at end of file +Total number of caches : 8
\ No newline at end of file |