Class LruCache<K,V>
- java.lang.Object
-
- com.apicatalog.jsonld.context.cache.LruCache<K,V>
-
-
Constructor Summary
Constructors Constructor Description LruCache(int maxCapacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsKey(K key)Vget(K key)voidput(K key, V value)longsize()
-