Interface ITranslationCacheManager.ITranslationCache

All Superinterfaces:
ICache<TranslationQueryEntity,TranslationResultEntity>
All Known Implementing Classes:
SharedTranslationCache, TranslationCache
Enclosing interface:
ITranslationCacheManager

public static interface ITranslationCacheManager.ITranslationCache extends ICache<TranslationQueryEntity,TranslationResultEntity>
This interface extends ICache with generic types specially for storing results of translations.
See Also: