Learnt it the hard way on Enterprise Library 4.1. We were getting inconsistent response from the cache manager for a key that we defined. Apparently, to the cache manager, key named “Key A” is different from “key a”. The following code snippet will give...