Class CacheProvider


  • public class CacheProvider
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheProvider()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Cache getCache()  
      static void setCache​(Cache cache)  
      • Methods inherited from class java.lang.Object

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

      • CacheProvider

        public CacheProvider()
    • Method Detail

      • setCache

        public static void setCache​(Cache cache)
      • getCache

        public static Cache getCache()