K
V
public class CaffeineCache<K,V> extends Object implements com.github.javaparser.symbolsolver.cache.Cache<K,V>
CaffeineCache()
CaffeineCache(long maximumSize)
boolean
contains(K key)
Optional<V>
get(K key)
isEmpty()
void
put(K key, V value)
remove(K key)
removeAll()
long
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CaffeineCache()
public CaffeineCache(long maximumSize)
public void put(K key, V value)
put
com.github.javaparser.symbolsolver.cache.Cache<K,V>
public Optional<V> get(K key)
get
public void remove(K key)
remove
public void removeAll()
removeAll
public boolean contains(K key)
contains
public long size()
size
public boolean isEmpty()
isEmpty
Copyright © 2022. All rights reserved.