Memory Classes
Last updated
Was this helpful?
Last updated
Was this helpful?
are classes, most of which provide utility methods to work with Entity Classes. Some provide utility methods to handle business processes. Memory classes are based on memory.
help you to handle tasks like sending emails, generating tokens, managing sessions, etc. These classes don't manipulate the database, but they can be used to store data in the memory. For example, you can use the to store the user instance in the memory, and you can use the to send emails. For more information, please refer to the following sections: