ehcache and lucene comparison

2019-08-15 20:37发布

We are working design of new project where we need to decided framework for caching. We are looking at ehcache and lucene for caching. We need decide whether to use lucene or ehcache for our caching requirement? What are advantage/disadvantage of using ehcache or lucene for caching?

1条回答
聊天终结者
2楼-- · 2019-08-15 21:16

Lucene is primarily a search engine with minimal caching for search results. It is incorrect to call it a caching framework

Ehcache and OSCache are popular caching frameworks which you could use/evaluate. See OSCache vs. EHCache

查看更多
登录 后发表回答