ehcache
Hibernate serverside or on each instance of a Swing application?
I would like to know what is the best desing for an existing heavy swing application. This application need a database access (new) and I am using hibernate for that.[详细]
2023-04-07 12:59 分类:问答Is there any java memory structures that will automatically page data to disk?
Basically, I am caching a bunch of files in memory.The problem is, if I get too many files cached into memory I can run out of memory.[详细]
2023-04-07 11:23 分类:问答Hibernate entity caching on a field other than the id
I have an entity with a dataless primary key (@Id) and an attribute that is unique, but meaningful (stockTicker).Clients of this entity sometimes request results by the @Id criteria and sometimes by t[详细]
2023-04-04 21:54 分类:问答Why doesn't my @Cachable annotated method cache the result with EHCache?
I have an interceptor in Spring, which autowires two different services. Both services have methods that are tagged with @Cacheable from the ehcache-spring-annotations project, but with different cach[详细]
2023-04-04 13:22 分类:问答Infinite Loop on Cached collection in Multithreaded environment
My application is running on tomcat with Spring and Hibernate framework. It uses EHCache as a cache provider in service level. That means objects created by service classes are put into the cache. (No[详细]
2023-04-04 07:00 分类:问答Ehcache not storing anything in the file
I am trying to do a simple thing like store something in the cache and retrieve it next time if 开发者_开发百科it exists. For some reason everything works fine for the first time, when called the seco[详细]
2023-04-03 02:57 分类:问答How to disable ehcache using an external property in spring
I need a quick help from you to fix a small problem. In one of my project (using spring as core container), i am using ehcache to cache data. I am using spring ehcache annotations project (http://cod[详细]
2023-04-02 20:29 分类:问答Is @Cacheable aware of the 'Thundering Herd' problem?
The \"thundering herd\" problem occurs in a highly concurre开发者_运维问答nt environment (typically, many users). When many users make a request to the same piece of data at the same time, and there i[详细]
2023-04-01 16:38 分类:问答How to refresh second level cache?
How to force reread db data (without evicting second level cache before reading) and then put it to cache.[详细]
2023-03-31 09:11 分类:问答ehcache diskStore location and access
I am using following configuration. I could like to see the cache file and see access the data from textpad/noteoad? is that possible? is there i can verify the data in Cache?[详细]
2023-03-30 07:04 分类:问答