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 Type
    Method
    Description
    void
    Clear all holding cache
    default void
    init(IProjectTranslationProvider translationProvider)
    Initialize the cache with translation provider on cache creation.
  • Method Details

    • clear

      void clear()
      Clear all holding cache
    • init

      default void init(IProjectTranslationProvider translationProvider)
      Initialize the cache with translation provider on cache creation.
      Parameters:
      translationProvider - the translation provider