Uses of Class
VASSAL.tools.opcache.OpCache.Key
Package | Description |
---|---|
VASSAL.tools.opcache |
-
Uses of OpCache.Key in VASSAL.tools.opcache
Fields in VASSAL.tools.opcache with type parameters of type OpCache.Key Modifier and Type Field Description protected ConcurrentMap<OpCache.Key<?>,Future<?>>
OpCache. cache
List<OpCache.Key<?>>
OpCache.Key. deps
Methods in VASSAL.tools.opcache that return OpCache.Key Modifier and Type Method Description OpCache.Key<V>
AbstractOpImpl. newKey()
Returns the current cache key for thisOp
.OpCache.Key<V>
Op. newKey()
Returns the current cache key for thisOp
.Methods in VASSAL.tools.opcache with parameters of type OpCache.Key Modifier and Type Method Description <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.