| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 3 declare (strict_types=1); 4 namespace WordPress\AiClient\Common\Contracts; 5 6 /** 7 * Interface for objects that cache data. 8 * 9 * @since 0.4.0 10 */ 11 interface CachesDataInterface 12 { 13 /** 14 * Invalidates all caches managed by this object. 15 * 16 * @since 0.4.0 17 * 18 * @return void 19 */ 20 public function invalidateCaches(): void; 21 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Sat Jun 13 09:38:55 2026 | Cross-referenced by PHPXref |