}
return defaultWriteCaching;
}
};
Quiet quiet = new Quiet() {
@Override
public boolean shouldBeQuiet(CacheDirectory directory, String fileName) {
Thread thread = Thread.currentThread();
String name = thread.getName();
if (name.startsWith(SHARED_MERGE_SCHEDULER)) {