From b82d45a6d32a24e6f59f0d9730a8bfe613c991ae Mon Sep 17 00:00:00 2001 From: leventecsanyi Date: Tue, 20 Feb 2024 13:15:11 +0100 Subject: Remove alternate ID caches - removed alternate id cache related classes and updated deployment.rst Issue-ID: CPS-2107 Change-Id: I567af7b2f44107fceffaef370205b00a5cf79522 Signed-off-by: leventecsanyi --- docs/deployment.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'docs/deployment.rst') diff --git a/docs/deployment.rst b/docs/deployment.rst index 3b5aad1bf..c1ee1eb2e 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -335,9 +335,5 @@ Below are the list of distributed datastructures that we have. +--------------+------------------------------------+-----------------------------------------------------------+ | cps-ncmp | cmNotificationSubscriptionCache | Stores and tracks cm notification subscription requests. | +--------------+------------------------------------+-----------------------------------------------------------+ -| cps-ncmp | alternateIdPerCmHandleId | Stores the alternate id for each cm handle id. | -+--------------+------------------------------------+-----------------------------------------------------------+ -| cps-ncmp | cmHandleIdPerAlternateId | Stores the cm handle id for each alternate id. | -+--------------+------------------------------------+-----------------------------------------------------------+ -Total number of caches : 10 +Total number of caches : 8 -- cgit 1.2.3-korg