Class OpCache.Key<V>

java.lang.Object
VASSAL.tools.opcache.OpCache.Key<V>
Enclosing class:
OpCache

public static class OpCache.Key<V> extends Object
A cache key for OpCache.
  • Field Details

    • op

      public final Op<V> op
    • version

      public final int version
    • deps

      public final List<OpCache.Key<?>> deps
  • Constructor Details

    • Key

      public Key(Op<V> op, int version)
      Creates a new key for the given Op and version.
      Parameters:
      op - the Op for which this is a key
      version - the current version of this key
  • Method Details