Nhibernate cache provider that uses System.Runtime.Caching
Is there any implementation of Nhibernate's cache provider that uses the memorycac开发者_StackOverflow中文版he class of system.runtim.caching?
Not that I know of, but it would be a really welcome patch if you want to create it.
You can browse the existing implementations at http://nhcontrib.svn.sourceforge.net/viewvc/nhcontrib/trunk/src/NHibernate.Caches/
You can submit your patch to http://jira.nhforge.org
It looks like an implementation is now in NHibernate-Caches on GitHub: https://github.com/nhibernate/NHibernate-Caches/tree/master/RtMemoryCache
精彩评论