public abstract class AbstractCacheInstance extends Object implements Cache
AbstractCacheInstance()
protected abstract Supplier<Set<Object>>
getKeySet()
String
getName()
Set<Object>
keySet()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, get, put, remove, size
public AbstractCacheInstance()
public final String getName()
getName
Cache
protected abstract Supplier<Set<Object>> getKeySet()
public final Set<Object> keySet()
keySet
Copyright © 2021. All rights reserved.