Add the ability to activate/deactivate caching via an endpoint.
When activated, the data will be persisted in the database. A possible implementation is using two NEDB instances:
- A short-term cache that selectively dumps data to a long-term storage and clears after the transfer.
- A long-term storage for persisting data.
Additionally, consider extending the plugin system to support smaller activation plugins, which would be lighter than the larger plugins.
Tasks:
Add the ability to activate/deactivate caching via an endpoint.
When activated, the data will be persisted in the database. A possible implementation is using two NEDB instances:
Additionally, consider extending the plugin system to support smaller activation plugins, which would be lighter than the larger plugins.
Tasks: