Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify caching of status checks #17817

Merged
merged 1 commit into from
Jul 27, 2020

Commits on Jul 22, 2020

  1. Simplify caching of status checks and fixes missing domain_id condition

    Fixes a few apparent problems:
    - domain_id was ommitted causing unexpected results
    - Civi::cache was being read but never written to
    - Object caching did not persist in memory across different check classes
    - If we did write to Civi::cache there is no mechanism for clearing that cache when data changes
    
    Solution: use simple array cache in Civi::$statics
    colemanw committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    1416a3c View commit details
    Browse the repository at this point in the history