From 34ac8e767246788afb5eeefa221acb5e587f568d Mon Sep 17 00:00:00 2001 From: mpriyank Date: Tue, 9 Jan 2024 11:32:38 +0000 Subject: 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 --- docs/deployment.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/deployment.rst b/docs/deployment.rst index 61eeeda043..8a9c8700b5 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 -- cgit 1.2.3-korg