Package cronapi.util

Class LRUCache<K,​V>


  • public class LRUCache<K,​V>
    extends Object
    • Constructor Detail

      • LRUCache

        public LRUCache​(int cacheSize,
                        int expires)
    • Method Detail

      • get

        public V get​(Object key)
      • put

        public V put​(K key,
                     V value)