Class CacheFactory


  • public class CacheFactory
    extends Object
    • Constructor Detail

      • CacheFactory

        public CacheFactory()
    • Method Detail

      • getCache

        public static <K,​V> com.google.common.cache.Cache<K,​V> getCache​(String cacheName,
                                                                                    com.google.common.cache.Cache<K,​V> defaultCache)