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).
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).