Hi New to Hybris commerce, coming from an IBM commerce background. On IBM we could use Websphere Extreme Scale (WXS) to provide a shared application cache for beans and JSP fragments so that each JVM didnt have to have its own cache. WXS would be an in memory cache grid.
In the Hybris world is there anything similar? Could you for instance connect REDIS or MEMCACHED and do the same thing? Any guidance or how to pages you can refer me to?
Thanks ed
Hybris commerce provides cache mechanism for entity models. It uses Ehcache. Actually, the cache are not synchronized but invalidated when the data in some node is changed. For the details, please refer to the following document.
https://help.hybris.com/6.0.0/hcd/8be98ee4866910149df8be0aab4d0b62.html
As far as I know, no shared cache for JSP fragments by OOTB.
Add a comment