Class LRUCache<K,​V>

    • Method Detail

      • createLRUCache

        public static <K,​V> Map<K,​V> createLRUCache​(int maxEntries)