Klasse FWSimResourceCache

java.lang.Object
net.simplace.sim.io.FWSimCache
net.simplace.sim.io.resources.FWSimResourceCache
Alle implementierten Schnittstellen:
FWSimFieldContainer
Bekannte direkte Unterklassen:
NetCDFResourceCache

public class FWSimResourceCache extends FWSimCache
Out of performance reasons the data from resources is stored within the ResourceCache. Herein a Object[] is used to make the data accessible very fast. The class provides the feature of reading and caching the resources. A table in an internal database is created to be able to use DefaultSQLStatementTransformer. Cache is used by FWSimResourceTransformers and FWSimResourceAdapter.
Autor:
Andreas Enders