Class CacheEnabler


  • public class CacheEnabler
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static boolean cachesEnabled  
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheEnabler()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean areCachesEnabled()  
      static void setCachesEnabled​(boolean cachesEnabled)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • cachesEnabled

        private static volatile boolean cachesEnabled
    • Constructor Detail

      • CacheEnabler

        public CacheEnabler()
    • Method Detail

      • setCachesEnabled

        public static void setCachesEnabled​(boolean cachesEnabled)
      • areCachesEnabled

        public static boolean areCachesEnabled()