Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Give system admins ability to clear caches #834

Merged
merged 3 commits into from
Oct 15, 2020

Commits on Oct 15, 2020

  1. Give system admins ability to clear caches

    In some situations, a system admin may want to clear the caches, either
    for development/testing or because a misconfiguration has made it into
    the system. This introduces a way for system admins to perform cache
    resets.
    
    This required a bit of a refactor of the cacher, separating the
    namespace property from the actual key value.
    sethvargo committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    363d795 View commit details
    Browse the repository at this point in the history
  2. Update descriptions

    sethvargo committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    a246b09 View commit details
    Browse the repository at this point in the history
  3. Use public_keys

    sethvargo committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    0d27925 View commit details
    Browse the repository at this point in the history