summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2024-01-09 11:32:38 +0000
committermpriyank <priyank.maheshwari@est.tech>2024-01-10 12:46:13 +0000
commit34ac8e767246788afb5eeefa221acb5e587f568d (patch)
tree3032f622d4c0d9265c06df8edbd57a893f07f63c /docs
parent8e617d64a7725f5fb0f0f31a5c551ff3e1e484de (diff)
Introduce cmSubscriptionEventCache
- inmemory datastructure to keep track of the ongoing subscriptions - Test cases to cover cache config and sample data test - Use of cache will be in other patchsets after this Issue-ID: CPS-2022 Change-Id: Ic6cd22cceaeacb9c7184f42c1ebfac28303f2c26 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'docs')
-rw-r--r--docs/deployment.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst
index 61eeeda04..8a9c8700b 100644
--- a/docs/deployment.rst
+++ b/docs/deployment.rst
@@ -335,5 +335,7 @@ Below are the list of distributed datastructures that we have.
+--------------+---------------------------------+----------------------------------------------------------+
| cps-ncmp | moduleSetTagCacheMapConfig | Stores the Module Set Tags for cmHandles. |
+--------------+---------------------------------+----------------------------------------------------------+
+| cps-ncmp | cmSubscriptionEventCache | Stores and tracks CmSubscription requests. |
++--------------+---------------------------------+----------------------------------------------------------+
-Total number of caches : 8
+Total number of caches : 9