Description
Cache data is not currently cleaned out from tmp/cache when the app is stopped/started, this may cause issues with the app working from invalid cache data. The same is also true when the DB is reloaded between test runs. Ideally the tmp/cache/views directory and its contents should be removed whenever the DB is reloaded and when the app is restarted.