public class SimpleLRUCache<K,V> extends Object implements Cache<K,V>
static class
SimpleLRUCache.Factory
Cache.Factories
V
get(K key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, create, create
public V get(K key)
get
Cache<K,V>
Copyright © 2013-2018–2019 SeedStack. All rights reserved.