I have a requirement where I need to set the BlobCache
path to other than default path's.
By default its saving under below paths
C:\Users\XXX\AppData\Local\AkavacheApp\BlobCache
C:\Users\XXX\AppData\Roaming\AkavacheApp\BlobCache
But I want it to be saved under different path like
"D:\Data\AkavacheApp\BlobCache"
Please guide me how to do it in C#.
Thanks, Ravi