Uses of Class
VASSAL.tools.opcache.OpCache.Key
-
Uses of OpCache.Key in VASSAL.tools.opcache
Modifier and TypeFieldDescriptionprotected final ConcurrentMap
<OpCache.Key<?>, Future<?>> OpCache.cache
final List
<OpCache.Key<?>> OpCache.Key.deps
Modifier and TypeMethodDescriptionAbstractOpImpl.newKey()
Op.newKey()
Returns the current cache key for thisOp
.Modifier and TypeMethodDescription<V> V
OpCache.get
(OpCache.Key<V> key) Gets a value from the cache.<V> V
OpCache.get
(OpCache.Key<V> key, OpObserver<V> obs) Gets a value from the cache, possibly asynchronously.<V> Future
<V> OpCache.getFuture
(OpCache.Key<V> key, OpObserver<V> obs) Gets aFuture
from the cache.<V> V
OpCache.getIfDone
(OpCache.Key<V> key) Gets a value from the cache, if it is already calculated.