Class CacheFactory


  • public class CacheFactory
    extends java.lang.Object
    • Constructor Detail

      • CacheFactory

        public CacheFactory()
    • Method Detail

      • new2QCache

        public static <K,​V> Cache4<K,​V> new2QCache​(int size)
      • new2QLongCache

        public static <V> Cache4<java.lang.Long,​V> new2QLongCache​(int size)
      • new2QXCache

        public static <K,​V> Cache4<K,​V> new2QXCache​(int size)
      • newLRUCache

        public static <K,​V> PurgeableCache4<K,​V> newLRUCache​(int size)
      • newLRUIntCache

        public static <V> PurgeableCache4<java.lang.Integer,​V> newLRUIntCache​(int size)
      • newLRULongCache

        public static <V> PurgeableCache4<java.lang.Long,​V> newLRULongCache​(int size)