From 4a58a441a5b81031a86bc01b630b9e19894f4d80 Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Sun, 02 Dec 2007 17:54:15 +0000
Subject: [PATCH] - [Issue 2007]  generic mechanism for using mulitple caches. - [Issue 2049]  dsconfig is unable to configure the entry cache.

---
 opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java b/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
index 5b61c05..2d3ebcd 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -2771,8 +2771,8 @@
    * The DN of the entry that will hold the configuration for the Directory
    * Server entry cache.
    */
-  public static final String DN_ENTRY_CACHE_CONFIG =
-       "cn=Entry Cache," + DN_CONFIG_ROOT;
+  public static final String DN_ENTRY_CACHE_BASE =
+       "cn=Entry Caches," + DN_CONFIG_ROOT;
 
 
 
@@ -2982,6 +2982,15 @@
 
 
   /**
+   * The DN of the entry that will serve as the entry cache monitor provider
+   * configuration for all Directory Server entry cache monitors.
+   */
+  public static final String DN_ENTRY_CACHE_MONITOR_CONFIG =
+       "cn=Entry Caches," + DN_MONITOR_CONFIG_BASE;
+
+
+
+  /**
    * The DN of the entry that will serve as the base for all Directory Server
    * monitor information.
    */

--
Gitblit v1.10.0