We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271778f commit f712195Copy full SHA for f712195
1 file changed
src/wp-includes/ai-client/adapters/class-wp-ai-client-cache.php
@@ -38,10 +38,11 @@ class WP_AI_Client_Cache implements CacheInterface {
38
*/
39
private function get_cache_group(): string {
40
/**
41
- * Filter the cache group used by the WP AI Client cache adapter.
+ * Filters the cache group used by the WP AI Client cache adapter.
42
*
43
* Allows integrators to change the object cache group under which AI client
44
- * items are stored.
+ * items are stored. This is useful for avoiding key collisions, creating
45
+ * environment-specific caches, or adapting to backend constraints.
46
47
* @since 7.1.0
48
0 commit comments