Documentation

MultiDeleteCache

Interface for cache drivers that allows to put many items at once.

Tags
deprecated
link
www.doctrine-project.org

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.


        
On this page

Search results