Uses of Class
org.languagetool.ResultCache
-
Packages that use ResultCache Package Description org.languagetool -
-
Uses of ResultCache in org.languagetool
Fields in org.languagetool declared as ResultCache Modifier and Type Field Description private ResultCache
JLanguageTool. cache
Constructors in org.languagetool with parameters of type ResultCache Constructor Description JLanguageTool(Language language, java.util.List<Language> altLanguages, Language motherTongue, ResultCache cache, GlobalConfig globalConfig, UserConfig userConfig)
Create a JLanguageTool and setup the built-in rules for the given language and false friend rules for the text language / mother tongue pair.JLanguageTool(Language language, Language motherTongue, ResultCache cache)
Create a JLanguageTool and setup the built-in rules for the given language and false friend rules for the text language / mother tongue pair.JLanguageTool(Language language, Language motherTongue, ResultCache cache, UserConfig userConfig)
Create a JLanguageTool and setup the built-in rules for the given language and false friend rules for the text language / mother tongue pair.JLanguageTool(Language language, ResultCache cache, UserConfig userConfig)
Create a JLanguageTool and setup the built-in rules for the given language and false friend rules for the text language / mother tongue pair.
-