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

abobrov
22.42.2008 30aae5dc39dfc10ca9e33257a5ccfc51fdc258b1
opendj-sdk/opends/src/server/org/opends/server/extensions/DefaultEntryCache.java
@@ -107,7 +107,11 @@
   */
  public void finalizeEntryCache()
  {
    // No implementation required.
    for (EntryCache entryCache : cacheOrder) {
      entryCache.finalizeEntryCache();
    }
    // ReInitialize cache order array.
    cacheOrder = new EntryCache<?>[0];
  }