This is the configuration of TolerantQueryCache (using NHibernate configuration exetension)
configuration.QueryCache()
.ResolveRegion("SearchStatistics")
.Using<TolerantQueryCache>()
.TolerantWith("MusicCDs");
A NH’s user said that it is “a complex configuration”.
Probably I’m working in systems of another planet.
No comments:
Post a Comment