JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
VASSAL.tools.opcache.OpCache
Packages that use
OpCache
Package
Description
VASSAL.tools.imageop
VASSAL.tools.opcache
Uses of
OpCache
in
VASSAL.tools.imageop
Fields in
VASSAL.tools.imageop
declared as
OpCache
Modifier and Type
Field
Description
protected static final
OpCache
AbstractOpImpl.
cache
The cache which contains calculated
Image
s.
Uses of
OpCache
in
VASSAL.tools.opcache
Fields in
VASSAL.tools.opcache
declared as
OpCache
Modifier and Type
Field
Description
protected final
OpCache
AbstractOpImpl.
cache
The cache which contains calculated results.
Constructors in
VASSAL.tools.opcache
with parameters of type
OpCache
Modifier
Constructor
Description
AbstractOpImpl
(
OpCache
cache)