1

Is there any way to keep the HttpRuntime.Cache items remaining in ram after restarting the application like the stateserver fro sessions? Thanks.

Hadad
  • 344
  • 1
  • 4
  • 17

1 Answers1

0

The answer is no. some workarounds are mentioned at ASP.NET Data Cache - preserve contents after app domain restart

Community
  • 1
  • 1
Kamyar
  • 18,639
  • 9
  • 97
  • 171