Uses of Class
org.languagetool.ResultCache
Packages that use ResultCache
-
Uses of ResultCache in org.languagetool
Fields in org.languagetool declared as ResultCacheConstructors in org.languagetool with parameters of type ResultCacheModifierConstructorDescriptionJLanguageTool(Language language, List<Language> altLanguages, Language motherTongue, ResultCache cache, GlobalConfig globalConfig, UserConfig userConfig) JLanguageTool(Language language, List<Language> altLanguages, Language motherTongue, ResultCache cache, GlobalConfig globalConfig, UserConfig userConfig, boolean inputLogging) 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, List<Language> altLanguages, Language motherTongue, ResultCache cache, GlobalConfig globalConfig, UserConfig userConfig, boolean inputLogging, boolean withLanguageModel) 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. -
Uses of ResultCache in org.languagetool.server
Fields in org.languagetool.server declared as ResultCacheModifier and TypeFieldDescriptionprivate final ResultCachePipelinePool.cacheprivate final ResultCacheTextChecker.cacheConstructors in org.languagetool.server with parameters of type ResultCacheModifierConstructorDescription(package private)Pipeline(Language language, List<Language> altLanguages, Language motherTongue, ResultCache cache, GlobalConfig globalConfig, UserConfig userConfig, boolean inputLogging) (package private)Pipeline(Language language, List<Language> altLanguages, Language motherTongue, ResultCache cache, GlobalConfig globalConfig, UserConfig userConfig, boolean inputLogging, boolean withLanguageModel) (package private)PipelinePool(HTTPServerConfig config, ResultCache cache, boolean internalServer)