Class CacheFactory


  • public class CacheFactory
    extends java.lang.Object
    Retrieves a Cache via registered CacheBridge through META-INF/services lookup.
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheFactory()  
    • Method Summary

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

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

      • clsLoader

        private static java.lang.ClassLoader clsLoader
    • Constructor Detail

      • CacheFactory

        public CacheFactory()
    • Method Detail

      • getCache

        public static Cache getCache​(java.lang.ClassLoader clsLoader)
      • getCache

        public static Cache getCache()
      • setClassLoader

        public static void setClassLoader​(java.lang.ClassLoader clsLoader)