WordPress\AiClient\Common\Contracts

CachesDataInterface::invalidateCaches │ public │ WP 0.4.0

Invalidates all caches managed by this object.

Method of the class: CachesDataInterface{}

No Hooks.

Returns

void. Nothing (null).

Usage

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

Changelog

Since 0.4.0 Introduced.

CachesDataInterface::invalidateCaches() code WP 7.1.2

public function invalidateCaches(): void;