second-level-cache
NHibernate + ASP.NET + Open Session in View + L2Cache
I am using CodeProject\'s well known Open Session in View to handle NHibernate Sessions. Does it works well with Level 2 Cache? Anyone has succeeded doing it? Should I use NH.Burrow instead? Any advic[详细]
2022-12-19 18:46 分类:问答How to temporarily disable read-only 2nd level cache hibernate strategy in Grails?
In my grails application, some of my domain classes will never be changed by Users. Howe开发者_运维百科ver, some maintenance work is sometimes necessary, and administrator should be able to create/ed[详细]
2022-12-19 15:18 分类:问答Hibernate - query caching/second level cache does not work by value object containing subitems
I have been struggling with the following problem: I have a value object containing different panels. Each panel has a list of fields.[详细]
2022-12-19 09:10 分类:问答CPU-Core thread classification Function
I\'m going to be writing a multi-threaded shared memory messaging system for ultra high-volume message delivery between processes. The messages will originate from the worker threads of a web-server.[详细]
2022-12-16 14:50 分类:问答Hibernate query cache - for objects not in the 2nd level cache - risky? useful? bad practice?
Related to this question Premise: These are my assumptions, based on my reading, experience and understanding, they may be wrong, if they are, please comment and I\'ll edit the question.[详细]
2022-12-15 04:17 分类:问答Removing objects from NHibernate second level cache
I just started thinking about using the NHibernate second level cache in one of my apps. I would probably use the NHibernate.Caches.SysCache.SysCacheProvider which relies on ASP.net cache.[详细]
2022-12-12 18:08 分类:问答NHibernate named query and 2nd level cache
I have the following mapping <?xml version=\"1.0\" encoding=\"utf-8\" ?> <hibernate-mapping xmlns=\"urn:nhibernate-mapping-2.2\"[详细]
2022-12-10 06:07 分类:问答