second-level-cache
NHibernate parent-child relationship: does NH update parents in entity cache?
If I update a child in a parent-child relationship, the child gets updated in the L2 cache. But what about the parent? Is it 开发者_开发技巧possible to do this without[详细]
2023-01-25 11:00 分类:问答how to set limitation in EntityManager (JPA) L1 or L2 cache size
How to set L1 or L2 cache size-limitation. I concern of increasing the cache-size. One way is defining timeou开发者_如何学Pythont for cache but i want to know is it possible to make a constraint for c[详细]
2023-01-21 07:02 分类:问答NHibernate caching entities across sessions using SysCache
I\'m developing a web application and I would like caching to persist across web requests. I am aware that the first level cache is per-session only. I have second-level caching enabled and this is w[详细]
2023-01-20 07:15 分类:问答Setting expiration on cached entities with SharedCache and Nhibernate
I have an MVC webapp that I\'m putting together now. A second app publishes data to a database which my webapp reads from.[详细]
2023-01-17 10:52 分类:问答Which Classes are Cached in second level cache in hibernate
Is there a way for me to find out which Classes (i.e instance of which different types )are cached in 开发者_Go百科hibernate second level cache.The second level cache doesn\'t cache instances of entit[详细]
2023-01-16 00:28 分类:问答When to go for Caching/Second level cache? Any practical scenario with specifics?
I\'m working on a web based application that belongs to an automobil manufacturer, developed in Spring-Hibernate with MS SQL Server 2005 database.[详细]
2023-01-15 02:23 分类:问答When overFlowToDisk gets activated in EHCACHE?
I have some questions on \"overflowToDisk\" attribute ofelement? 1) I read at this URL that : overflowToDisk sets whether element can overflow to disk when the memory store has reached the maximum l[详细]
2023-01-14 17:08 分类:问答Hibernate 3.5.5, Second Level Cache Configuration
After implement Hibernate Monitoring, i have noticed that hibernate execute too much query than it have on the query string table in statistics.[详细]
2023-01-12 05:13 分类:问答Need to solve a query cache problem
I\'m developing an double-entry accounting system and I need to insert posting records without any gaps in the sequential id. Since all database access will happen through a web application, I\'m taki[详细]
2023-01-10 17:45 分类:问答How do you change the associativity of the CPU cache?
I\'d like to collect data of L2 cache misses for different cache associativity settings . can anybody tell me how i could change the assocoiativity ?[详细]
2023-01-09 13:52 分类:问答
加载中,请稍侯......