You are here

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

Return a list of existing keys.

Parameters

array|NULL $keys: A list of keys which should be checked.

1 method overrides AuthcacheP13nKeyValueStoreInterface::getKeys()
AuthcacheP13nDatabaseKeyValueStore::getKeys in modules/authcache_p13n/includes/AuthcacheP13nDatabaseKeyValueStore.inc
Return a list of existing keys.

File

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

Class

AuthcacheP13nKeyValueStoreInterface
Interface for key-value store implementations.

Code

public function getKeys($keys = NULL);