Does NHibernate SysCache work in a non-web app?

Posted by Khash on Stack Overflow See other posts from Stack Overflow or by Khash
Published on 2010-04-03T19:42:09Z Indexed on 2010/04/03 19:43 UTC
Read the original article Hit count: 280

Filed under:

I know SysCache uses ASP caching under the hood, but since I'm not aware of the implementation of the ASP cache (and if it depends on anything IIS), I was wondering if SysCache would work in a non-web application (like a Windows Service)?

Activating it and using NHprofiler seems to show it is not.

© Stack Overflow or respective owner

Related posts about nhibernate