Skip to content

Commit a8fd3c6

Browse files
committed
#75 No longer recommend to keep 'FLUSH_CACHE_ON_GC' set to 'true'.
1 parent 525effc commit a8fd3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/javabdd/JFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class JFactory extends BDDFactoryIntImpl {
3838

3939
/**
4040
* 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.
41+
* every GC, rather than emptying the whole cache.
4242
*/
4343
public static boolean FLUSH_CACHE_ON_GC = false;
4444

0 commit comments

Comments
 (0)