Class ConfigurationCache


  • public class ConfigurationCache
    extends Object
    • Constructor Detail

      • ConfigurationCache

        public ConfigurationCache()
    • Method Detail

      • getProperty

        public static String getProperty​(String property)
      • getTenantProperty

        public static String getTenantProperty​(String tenant,
                                               String property)
      • setProperty

        public static void setProperty​(String property,
                                       String value)
      • getMasterProperty

        public static String getMasterProperty​(String property)
      • remove

        public static void remove​(String property)
      • isHistoryEnabled

        public static boolean isHistoryEnabled()