Fast caching feature
Open
- Dominant language
- Scala
- Stars
- 6.8k
- Forks
- 1.2k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 2
Description
Are there any possibilities to add some fast caching of the output of one action (when invoked by another action) ?
Simplified use case:
* An "importer" action is triggered on demand (i.e. whenever external data has been updated).
** This actions fetches the data, transforms it and uses a file module to persist the transformed data
* Another action will be invoked for each incoming request, retrieve the data from the file lib (and would then apply the service's business logic).
We're having performance issues and caching could maybe help in our case wdyt ? cc @ddragosd
Contributor guide
Assessment
This issue has not been assessed yet.