Question
What are the various idea to store temporary data/cache
I stored infotable data in userextensions which will be moved to datatable once user clicked submit button.
But updating one infotable userextension property for frequent service execution causing loss of data.
Any other possible ways are there to store infotable values temporarily?

