I wonder what is the normal way to store data (that are not intended for the DB) so that other parties (services, controllers an modules) could use them?
And one more question. Is my understanding correct that service is a stateless thing? I personally usually think of them this way. Then service classes is not a good place to keep data, right? But what is? The module?