]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/engine/Dictionary.java
Skippable optimization also for HtmlEntry.
[Dictionary.git] / src / com / hughes / android / dictionary / engine / Dictionary.java
index 4543b7bbc7866a8f0ad022cc52225cfcb26e032e..dfac548fd27d038900c0c1391f12a81416951068 100644 (file)
@@ -95,7 +95,7 @@ public class Dictionary implements RAFSerializable<Dictionary> {
             if (dictFileVersion >= 5) {
                 htmlEntries = CachingList.create(
                                   RAFList.create(ch, new HtmlEntry.Serializer(this, ch), ch.position(), dictFileVersion, dictInfo + " html: "),
-                                  CACHE_SIZE, true);
+                                  CACHE_SIZE, false);
             } else {
                 htmlEntries = Collections.emptyList();
             }