I need a cache layer for my web app which stores gigabytes data in it, I found some options like Asp.net Cache, or Singleton approach to store my data in it, but as you know these options I mentioned already will be reset when application recycles ...
Any ideas?