Hello everyone,

I'm fixing some issues on the MongoDB cachestore configuration (v5.3). I've written a test [1] to check that the value I've added in the cache is correctly persisted into my MongoDB collection. 

The problem is that when comes at the "assert" time, the value put in the cache has still not been stored in MongoDB.

So how can I do to have the value directly persisted into the cache store database ?

Thanks
Guillaume

[1] https://gist.github.com/gscheibel/8138722