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?
相关问题
- JCR-SQL - contains function doesn't escape spe
- Match lucene entire field exact value
- How to rank documents using tfidf similairty in lu
- Lucene Query on a DateField indexed by Solr
- How to token a word which combined by two words wi
相关文章
- Solr - _version_ field must exist in schema and be
- EhCache default cache in java
- Spring: Multiple Cache Managers
- CakePHP with Lucene
- EhCache Replication with Websphere MQ
- Apache Lucene doesn't filter stop words despit
- Spring Ehcache3 cause exception with with key-type
- Sort by date in Solr/Lucene performance problems
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