Package VASSAL.tools.opcache

  • Interface Summary
    Interface Description
    Op<V>
    An operation with a cachecabe result.
    OpObserver<V>
    An OpObserver is notified when its Op completes..
  • Class Summary
    Class Description
    AbstractOpImpl<V>
    An abstract representation of an operation.
    OpCache
    A memory-sensitive cache for Ops and their results.
    OpCache.Key<V>
    A cache key for OpCache.
  • Exception Summary
    Exception Description
    OpFailedException