i have just migrated from a single web server environment to a multiwebserver environment and i have been using nhibernate an开发者_如何学Pythond the syscache 2nd level cache in the past.
I\'ve been trying to implement cache regions with fluent nhibernate and I\'ve done the following so far:
I wish to clear the entire second level cache in NHibernate via code.Is there a way to do this which is independe开发者_StackOverflow社区nt of the cache provider being used? (we have customers using b
I am trying to get the following query to work: Session.Linq<FooBar>() .SetCachable(true) .SetCacheRegion(\"foobar开发者_C百科\")