Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨(api) check if cache changed before adding a cache entry
Prolonged computation times for certain indicators can bring redundant cache entries from parallel computations. Before adding a cache entry, we now check if an identical one already exists, similar to Django's `get_or_create` mechanism.
- Loading branch information