Class FWSimResourceCache

java.lang.Object
net.simplace.sim.io.FWSimCache
net.simplace.sim.io.resources.FWSimResourceCache
All Implemented Interfaces:
FWSimFieldContainer
Direct Known Subclasses:
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.
Author:
Andreas Enders