Vault System

A Vault is a flexible API provider that allows access to data through a persistance provider. To interact with your data effectively, it's important to understand the Vault hierarchy.

Note:

The framework currently provides database providers for the vault functionality, allowing seamless interaction with database-backed vaults for storing and retrieving data. These providers are built-in and are part of the framework’s core functionality.


Caching:

As of now, cache vaults are not directly given by the framework. While the framework supports caching, and theoretically it would be possible, due to strict performance reasons there isn’t an out-of-the-box solution for cache vaults. Implementing one is currently the responsibility of the user.