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.
2 parents 762d652 + c714f18 commit 91d230bCopy full SHA for 91d230b
sfge/src/main/java/com/salesforce/config/EnvUtil.java
@@ -41,7 +41,7 @@ public final class EnvUtil {
41
42
@VisibleForTesting static final String DEFAULT_FILES_TO_ENTRIES_CACHE_LOCATION = ".sfge-cache" + File.separator + "fileToEntryMapData.json";
43
44
- @VisibleForTesting static final boolean DEFAULT_DISABLE_CACHING = false;
+ @VisibleForTesting static final boolean DEFAULT_DISABLE_CACHING = true;
45
46
47
/**
sfge/src/test/java/com/salesforce/cli/CacheCreatorTest.java
@@ -33,6 +33,9 @@ void setUp() {
33
public String getFilesToEntriesCacheLocation() {
34
return DUMMY_FILE_NAME;
35
}
36
+ public boolean isCachingDisabled() {
37
+ return false;
38
+ }
39
});
40
0 commit comments