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

Matthew Swift
01.15.2016 fd33962f8ed2a8d57e61624f3523adde2b25e974
opendj-server-legacy/src/main/java/org/opends/server/api/DITCacheMap.java
@@ -347,6 +347,18 @@
  /**
   * Returns {@code true} if there are stored objects subordinate to subtree DN.
   * @param key subtree DN.
   * @return {@code true} if there are stored objects subordinate to subtree DN.
   */
  public boolean containsSubtree(DN key)
  {
    return ditCacheMap.containsKey(key);
  }
  /**
   * Removes a set of stored objects subordinate to subtree DN.
   * @param key subtree DN.
   * @param values collection for removed objects subordinate