WordPress\AiClient\Common\Contracts

CachesDataInterface::invalidateCachespublicWP 0.4.0

Invalidates all caches managed by this object.

Method of the class: CachesDataInterface{}

No Hooks.

Returns

null. Nothing (null).

Usage

$CachesDataInterface = new CachesDataInterface();
$CachesDataInterface->invalidateCaches(): void;

Changelog

Since 0.4.0 Introduced.

CachesDataInterface::invalidateCaches() code WP 7.0

public function invalidateCaches(): void;