Wanted to read jcr and make the data available on back-end. Kind of caching the data on backend. Is there an object like aemcontext or server context?
Wanted to read jcr and available to all the components. Is there an object like aemcontext or server context?
I wanted to store the data until the server is down/restarted.
In Java sever side, servletxcontext can hold the data and available to all the servlets with access to servletcontext.
I tried the same in AEM, it didnt work.
Please suggest if any such object available which holds the data in the back end.It is like caching.