We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525effc commit a8fd3c6Copy full SHA for a8fd3c6
src/main/java/com/github/javabdd/JFactory.java
@@ -38,7 +38,7 @@ public class JFactory extends BDDFactoryIntImpl {
38
39
/**
40
* Flush the operation cache on every garbage collection. If this is false, we only clean the collected entries on
41
- * every GC, rather than emptying the whole cache. For most problems, you should keep this set to true.
+ * every GC, rather than emptying the whole cache.
42
*/
43
public static boolean FLUSH_CACHE_ON_GC = false;
44
0 commit comments