Uses of Class
VASSAL.tools.opcache.OpCache.Key
Packages that use OpCache.Key
-
Uses of OpCache.Key in VASSAL.tools.opcache
Fields in VASSAL.tools.opcache with type parameters of type OpCache.KeyModifier and TypeFieldDescriptionprotected final ConcurrentMap<OpCache.Key<?>, Future<?>> OpCache.cachefinal List<OpCache.Key<?>> OpCache.Key.depsMethods in VASSAL.tools.opcache that return OpCache.KeyModifier and TypeMethodDescriptionAbstractOpImpl.newKey()Op.newKey()Returns the current cache key for thisOp.Methods in VASSAL.tools.opcache with parameters of type OpCache.KeyModifier and TypeMethodDescription<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.