Interface SessionCache
- All Known Implementing Classes:
AbstractStringTranslationCache,BslDerivedPropertyCache,ContextDefCache,DataPathSegmentsTranslationCache,FormDynamicListInfoCache,FunctionProviderCache,ModelNameTranslationCache,ModelStringsContextTranslationCache,QueryFieldTranslationCache,TranslatedTopObjectCache
public interface SessionCache
Common Interface for translation session cache, using only for one synchronization call.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clear all holding cachedefault voidinit(IProjectTranslationProvider translationProvider) Initialize the cache with translation provider on cache creation.
-
Method Details
-
clear
void clear()Clear all holding cache -
init
Initialize the cache with translation provider on cache creation.- Parameters:
translationProvider- the translation provider
-