Class ServerPropertiesCache


  • public class ServerPropertiesCache
    extends Object
    Cache for server properties.
    Since:
    8.4.0
    Author:
    XIMA MEDIA GmbH
    • Constructor Detail

      • ServerPropertiesCache

        public ServerPropertiesCache()
    • Method Detail

      • getInstance

        public static org.ehcache.Cache<String,​String> getInstance()
      • shutdown

        public static void shutdown()
      • init

        public static void init()
      • reinit

        public static void reinit()
      • cacheServerProperty

        public static void cacheServerProperty​(String propertyKey,
                                               String propertyValue)
      • getCachedServerProperty

        public static String getCachedServerProperty​(String propertyKey)
      • readCachedServerProperty

        public static String readCachedServerProperty​(String propertyKey)
      • removeEntry

        public static void removeEntry​(String propertyEntity)