For testing I’ve switched to using EventStore.ClusterNode.exe --mem-db which works as expected however the web interface on localhost:2113 appears to be caching event specific content between reloads. It appears going into incognito mode in chrome alleviates the situation but is there a way to disable caching when in in memory mode?
That sounds great Greg, however it doesn’t seem to be an option in the EventStore.ClusterNode.exe at least in 3.3.0.0. Is it in another config somewhere else?
The dev mode flag was in versions < 3.3.0 - it’s been split into a couple of options, the one you’re looking for is now DisableHTTPCaching and you can see the others here: