Feature Request
Describe your use case and the problem you are facing
In WordPress 6.1, a new function function was added called wp_cache_supports. This function takes a string parameter and returns a Boolean. This function is used to determine if the current object cache supports a feature, like multiple get.
Describe the solution you'd like
A new command.
WP cache supports <feature>
This would return a bool as it's output.
Feature Request
Describe your use case and the problem you are facing
In WordPress 6.1, a new function function was added called wp_cache_supports. This function takes a string parameter and returns a Boolean. This function is used to determine if the current object cache supports a feature, like multiple get.
Describe the solution you'd like
A new command.
WP cache supports
<feature>This would return a bool as it's output.