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. cacheList<OpCache.Key<?>>OpCache.Key. depsMethods 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> VOpCache. get(OpCache.Key<V> key)Gets a value from the cache.<V> VOpCache. 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 aFuturefrom the cache.<V> VOpCache. getIfDone(OpCache.Key<V> key)Gets a value from the cache, if it is already calculated.