• File: CachesDataInterface-20260904100551.php
  • Full Path: /home/u505525515/domains/medineeestates.com/public_html/wp-includes/php-ai-client/src/Common/Contracts/CachesDataInterface-20260904100551.php
  • Date Modified: 05/25/2026 6:29 AM
  • File size: 354 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

declare (strict_types=1);
namespace WordPress\AiClient\Common\Contracts;

/**
 * Interface for objects that cache data.
 *
 * @since 0.4.0
 */
interface CachesDataInterface
{
    /**
     * Invalidates all caches managed by this object.
     *
     * @since 0.4.0
     *
     * @return void
     */
    public function invalidateCaches(): void;
}