mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

abobrov
22.42.2008 33062439b97055cf275686ee624f4376ae5d5f7d
opends/src/server/org/opends/server/core/EntryCacheConfigManager.java
@@ -88,12 +88,12 @@
  private DefaultEntryCache _defaultEntryCache = null;
  // The entry cache order map sorted by the cache level.
  private static SortedMap<Integer, EntryCache<? extends
  private SortedMap<Integer, EntryCache<? extends
    EntryCacheCfg>> cacheOrderMap = new TreeMap<Integer,
    EntryCache<? extends EntryCacheCfg>>();
  // The entry cache name to level map.
  private static HashMap<String, Integer>
  private HashMap<String, Integer>
    cacheNameToLevelMap = new HashMap<String, Integer>();
  // Global entry cache monitor provider name.