WordPress\AiClient\Common\Contracts
CachesDataInterface::invalidateCaches
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() CachesDataInterface::invalidateCaches code WP 7.0
public function invalidateCaches(): void;