849850851852853854855856857858859
PersistentCache p = getPersistentCache(); if (p != null) { if (docNodeStore != null) { docNodeStore.setPersistentCache(p); } cache = p.wrap(docNodeStore, docStore, cache, cacheType); } return cache; } private PersistentCache getPersistentCache() {