BreakingBytes / simkit

Model Simulation Framework
http://breakingbytes.github.io/simkit/
BSD 3-Clause "New" or "Revised" License
27 stars 16 forks source link

allow data caching to be turned off. #39

Closed mikofski closed 8 years ago

mikofski commented 8 years ago

Currently all data is cached in JSON and read subsequent times using JSONReader unless the original file was modified.

This may not always be necessary or desirable, so there should be a way to turn caching off.