Class LocalizationCacheKey

java.lang.Object
com.saperion.ngc.util.LocalizationCacheKey
All Implemented Interfaces:
Serializable

public final class LocalizationCacheKey extends Object implements Serializable
Cache key for localization entries from the localize table.
See Also:
  • Constructor Details

    • LocalizationCacheKey

      public LocalizationCacheKey(String language, String localizationKey, int tenant)
      Parameters:
      language - language of the cache entry
      localizationKey - localization key of the cache entry
      tenant - tenant of the cache entry
  • Method Details