0

I have a console command line app that use NHibernate . I am trying to use second level caching . Is it possible to use NHibernate SysCache or SysCache2 , which have dependency on ASP.Net cache ( System.Web.Caching.Cache ) ? Do I need IIS to use ASP.net cache ?

dan_l
  • 1,692
  • 2
  • 23
  • 40

1 Answers1

2

Yes, you can use it outside of ASP.net.

NHibernate which cache to use for WinForms application

and

http://www.hanselman.com/blog/UsingTheASPNETCacheOutsideOfASPNET.aspx

Community
  • 1
  • 1
Tuan
  • 5,382
  • 1
  • 22
  • 17