Hello. I'm using DistributedCache at first time, and I have found that
it adds some prefixes to the files. For example, the original file was
"test.txt", it became "localhosttest.txt" in the cache.
How to handle such things? Just see if cache file ends with original filename?