diff options
author | leventecsanyi <levente.csanyi@est.tech> | 2024-02-20 13:15:11 +0100 |
---|---|---|
committer | leventecsanyi <levente.csanyi@est.tech> | 2024-02-21 09:02:30 +0100 |
commit | b82d45a6d32a24e6f59f0d9730a8bfe613c991ae (patch) | |
tree | 0f6251b975ea1fae7bf13cc187d7a3e09f011407 /docs/deployment.rst | |
parent | 179b2e47b44d69b7d8a254706d467e4e7eacce28 (diff) |
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 <levente.csanyi@est.tech>
Diffstat (limited to 'docs/deployment.rst')
-rw-r--r-- | docs/deployment.rst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst index 3b5aad1bfc..c1ee1eb2ea 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 |