back-end cache service available for all user sessions

Dear all,

Reading the corvid reference documentation, it seems rather straightforward to store data in the cache linked to user session.

I was wondering if it is possible to have back-end session not linked to a specific session.

Reason for my question is that part of the functionalities in the website I am developing require for each user to load always the same reference data from collections. I am sure it would help to get the information from the back-end session rather than user session.

Thanks a lot for your help,

Hugues