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

Adds support for Tiered Caching #1149

Merged
merged 2 commits into from Dec 22, 2022

Commits on Dec 22, 2022

  1. Adds support for Tiered Caching

    Adds support for utilizing previously undocumented APIs for Tiered Caching endpoints. It allows for setting zones to utilize either generic, smart or off.
    
    Implementation:
    
    * Adds three new api methods for manipulating tiered cache settings
      * GetTieredCache which returns the current setting
      * SetTieredCache which allows for manipulation of existing settings
      * DeleteTieredCache which allows for unsetting tiered cache
    Mikey Sleevi committed Dec 22, 2022
    Copy the full SHA
    1be29fa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6153c1e View commit details
    Browse the repository at this point in the history