dan_l
dan_l

Reputation: 1692

ASP.NET cache in a console app?

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 ?

Upvotes: 0

Views: 368

Answers (1)

Related Questions