Filters the cache group used by the WP AI Client cache adapter.
Description
Allows integrators to change the object cache group under which AI client items are stored. This is useful for avoiding key collisions, creating environment-specific caches, or adapting to backend constraints.
45* environment-specific caches,or adapting to backend constraints.46*47* @since 7.1.048*49* @param string$group The cache group.50*/51return(string)apply_filters('wp_ai_client_cache_group',self::CACHE_GROUP);52}5354/**55* Fetches a value from the cache.56*57* @since 7.0.0
History
Introduced in 7.1.0.
Signature, return type and hooks compared across 1 parsed release.
About this page
Parsed data
Generated from the wordpress-develop 7.1.0 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.