[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/php-ai-client/src/Common/Contracts/ -> CachesDataInterface.php (source)

   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  }


Generated : Sat Jun 13 09:38:55 2026 Cross-referenced by PHPXref