The nhibernate-caches tag has no wiki summary.
0
votes
1answer
42 views
NHibernate MemCached w/ Protobuf-net.Enyim — does it actually work?
I've used the following assemblies to hook up NHibernate 2nd-level caching with Enyim Memcached using Protobuf-net binary serializer:
NHibernate
NHibernate.Caches.EnyimMemcached
Enyim.Caching
...
0
votes
1answer
48 views
NHibernate — duplicate results when using collection cache
I am getting very strange behavior from NHibernate when using the second level cache with multiple layers of bi-directonal parent-child(-grandchild) one-to-many relationships:
int id;
using(var ...
2
votes
0answers
76 views
NHibernate Cache PrevalenceProvider strange behavior
I'm using NH Prevalence Cache provider with happiness from years, but recently, my team, started to fall in some data
incorrectness which I can't yet explain...
We setup the prevalence by setting up ...
2
votes
0answers
186 views
NHibernate QueryCache in Multiuser-Environment
For our web-application (ASP.NET) we're using Fluent NHibernate (2.1.2) with 2nd-Level caching not only for entities, but also for queries (generating queries with the criteria API). We're using the ...
1
vote
0answers
49 views
Old NHibernate Documentation
I need to enable the Prevalence cache on a vb.net 1.1 smart client application. And I'm not being able to find any of the old tutorials that were available on the net 6 years ago.
The application ...
0
votes
0answers
82 views
Would having sliding expiration make sense for NHibernate/ORM caches?
I've implemented a Redis Cache Provider for NHibernate. However, all of the cache implementations of the NHContrib project all seem to use absolute expiry.
I would like to make sliding expiration an ...
0
votes
0answers
287 views
nHibernate, caching, webfarms and multi-tenancy
I'm trying to understand NHibernate's behaviour with regards caching when used with multiple databases (multi-tenancy) with a common web-farm: there seems to be horrendously little information out ...
