OSCache vs. EHCache

前端 未结 10 2161
囚心锁ツ
囚心锁ツ 2020-12-28 17:47

Never used a cache like this before. The problem is that I want to load 500,000 + records out of a database and do some selecting/filtering wicked fast.

I\'m thinkin

10条回答
  •  旧时难觅i
    2020-12-28 18:41

    I mainly use EhCache because it used to be the default cache provider for Hibernate. There is a list of caching solutions on Java-Source.net.

    I used to have a link that compared the main caching solutions. If I find it I will update this answer.

提交回复
热议问题