Class SimpleLRUCache<K>


  • public class SimpleLRUCache<K>
    extends Object
    User: fyodor Date: 8/27/12
    • Constructor Detail

      • SimpleLRUCache

        public SimpleLRUCache​(int maxSize)
      • SimpleLRUCache

        public SimpleLRUCache()
    • Method Detail

      • size

        public int size()
      • canonic

        protected K canonic​(K k)
      • purged

        protected void purged​(K k)
      • cacheObject

        public K cacheObject​(K toCache)