Hi, I'm using File Cache as the persistence store for LazyCache and very occasionally when reading a cachce key I'm see an 'Object graph cannot be null' error and the file for the cache key on disk is 0 bytes in length.
You'll see from the code snippet in the attached that I've used lock(){} to try and rule out and threading issues.
Object graph cannot be null - 2.pdf
Any help much appreciated.