0

I was wondering if there is a physical location the cache is stored at and if so, can the location be changed?

ijason03
  • 571
  • 2
  • 9
  • 26
  • define "physical location" in this context? the *default* is "in RAM"; RAM is undoubtedly physical in some sense, but I don't think it would help... – Marc Gravell Jun 17 '13 at 15:06
  • By physical location, I mean location on disk. If there is, I'm wondering if I can change the location to something like D:\Inetpub\Cache – ijason03 Jun 17 '13 at 15:11
  • From the first page of the documentation. You can create custom caching providers. For example, instead of using the default in-memory cache engine, you can create custom providers that store cache data in databases, in custom objects, or in the file system. http://msdn.microsoft.com/en-us/library/system.runtime.caching.aspx – paparazzo Jun 17 '13 at 15:14
  • @ijason03 the default implementations *don't use disk* – Marc Gravell Jun 17 '13 at 15:15

0 Answers0