OSCache vs. EHCache

前端 未结 10 2150
囚心锁ツ
囚心锁ツ 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条回答
  •  無奈伤痛
    2020-12-28 18:41

    Judging by their releases page, OSCache has not been actively maintained since 2007. This is not a good thing. EhCache, on the other hand, is under constant development. For that reason alone, I would choose EhCache.

    Edit Nov 2013: OSCache, like the rest of OpenSymphony, is dead.

提交回复
热议问题