Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: get_or_set_cache - Use Falsy cached values except None
If `is_frappe_db` returned False, the value was cached but always re-ran the function anyway making repeated unnecessary Database connections and Error Logs to be created on execution of each query.
- Loading branch information