WordPress\AiClientDependencies\Psr\SimpleCache
CacheInterface::deleteMultiple
Deletes multiple cache items in a single operation.
Method of the class: CacheInterface{}
No Hooks.
Returns
true|false. True if the items were successfully removed. False if there was an error.
Usage
$CacheInterface = new CacheInterface(); $CacheInterface->deleteMultiple( $keys );
- $keys(iterable) (required)
- A list of string-based keys to be deleted.
CacheInterface::deleteMultiple() CacheInterface::deleteMultiple code WP 7.0
public function deleteMultiple($keys);