interface CanDeleteKeys (View source)

This interface will be part of the StorageDriver interface in 3.x.

Methods

void
deleteMany(array $keys, Tenant $tenant = null)

Delete keys from the storage.

Details

void deleteMany(array $keys, Tenant $tenant = null)

Delete keys from the storage.

Parameters

array $keys
Tenant $tenant

Return Value

void