Uses of Interface
com.e1c.langtool.external.cache.ITranslationCacheManager.ITranslationCache
Packages that use ITranslationCacheManager.ITranslationCache
-
Uses of ITranslationCacheManager.ITranslationCache in com.e1c.langtool.external.cache
Classes in com.e1c.langtool.external.cache that implement ITranslationCacheManager.ITranslationCacheModifier and TypeClassDescriptionclassThe realization of a cache of translations based on MapDB.Methods in com.e1c.langtool.external.cache that return ITranslationCacheManager.ITranslationCacheModifier and TypeMethodDescriptionITranslationCacheManager.getCacheByProviderId(String providerId) Returns the cache of translations for the given provider's id or null if this manager contains no cache for the given id.Methods in com.e1c.langtool.external.cache with parameters of type ITranslationCacheManager.ITranslationCacheModifier and TypeMethodDescriptionvoidITranslationCacheManager.setCache(String providerId, ITranslationCacheManager.ITranslationCache cache) Sets the cache of translations for specified provider. -
Uses of ITranslationCacheManager.ITranslationCache in com.e1c.langtool.internal.external.cache
Classes in com.e1c.langtool.internal.external.cache that implement ITranslationCacheManager.ITranslationCacheModifier and TypeClassDescriptionclassThis class unions the caches for all registered translation providers.Methods in com.e1c.langtool.internal.external.cache that return ITranslationCacheManager.ITranslationCacheModifier and TypeMethodDescriptionTranslationCacheManager.getCacheByProviderId(String providerId) Methods in com.e1c.langtool.internal.external.cache that return types with arguments of type ITranslationCacheManager.ITranslationCacheModifier and TypeMethodDescriptionprotected Map<String,ITranslationCacheManager.ITranslationCache> TranslationCacheManager.getCaches()Methods in com.e1c.langtool.internal.external.cache with parameters of type ITranslationCacheManager.ITranslationCacheModifier and TypeMethodDescriptionvoidTranslationCacheManager.setCache(String providerId, ITranslationCacheManager.ITranslationCache cache)