MultiDeleteCache
in
Interface for cache drivers that allows to put many items at once.
Tags
Table of Contents
Methods
- deleteMultiple() : bool
- Deletes several cache entries.
Methods
deleteMultiple()
Deletes several cache entries.
public
deleteMultiple(array<string|int, string> $keys) : bool
Parameters
- $keys : array<string|int, string>
-
Array of keys to delete from cache
Return values
bool —TRUE if the operation was successful, FALSE if it wasn't.