


Hi, I'm trying to use EhCache for In memory caching in AEM, but I have problems with setup, i cant seem to find how to add it to AEM.
Does anyone have any experience with using EhCache and can help with the setup.
I've seen this: http://blog.atish.me/2016/12/25/AEM-Ehcache/ but its not working for me.
Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @edisincek ,
EH cache is purely server side caching and you can simply use the java EH cache implementation to get it working in AEM by creating a service for it :
References you can use :
Hope this helps, thanks.
Hi @edisincek ,
EH cache is purely server side caching and you can simply use the java EH cache implementation to get it working in AEM by creating a service for it :
References you can use :
Hope this helps, thanks.
Hi,
You can probably explore ACS commons HTTP memory cache
https://adobe-consulting-services.github.io/acs-aem-commons/features/http-cache/index.html
This will provide you all the interface to check, rebuild and clear the cache.