You are here

public function AuthcacheP13nKeyValueStoreInterface::delete in Authenticated User Page Caching (Authcache) 7.2

Remove entries with the given key. If keys is omitted, delete all entries.

Parameters

array $keys: A list of strings.

1 method overrides AuthcacheP13nKeyValueStoreInterface::delete()
AuthcacheP13nDatabaseKeyValueStore::delete in modules/authcache_p13n/includes/AuthcacheP13nDatabaseKeyValueStore.inc
Remove entries with the given key. If keys is omitted, delete all entries.

File

modules/authcache_p13n/includes/AuthcacheP13nKeyValueStoreInterface.inc, line 49
Defines an interface for key-value stores.

Class

AuthcacheP13nKeyValueStoreInterface
Interface for key-value store implementations.

Code

public function delete($keys = NULL);