searchisko / search.jboss.org-ui

Web UI for search.jboss.org
Apache License 2.0
5 stars 4 forks source link

Implement QueryServiceCached #76

Closed lukas-vlcek closed 10 years ago

lukas-vlcek commented 10 years ago

Implementing working caching in org.jboss.search.service.query.QueryServiceCached service will help in speedup of the application, namely the response in filtering. In most cases the filter responses can be cached because it is not changing often (in fact only rarely).