public function AuthcacheP13nKeyValueStoreInterface::get in Authenticated User Page Caching (Authcache) 7.2
Return an associative array of entries for the given keys.
Parameters
array $keys: A list of strings.
1 method overrides AuthcacheP13nKeyValueStoreInterface::get()
- AuthcacheP13nDatabaseKeyValueStore::get in modules/
authcache_p13n/ includes/ AuthcacheP13nDatabaseKeyValueStore.inc - Return an associative array of entries for the given keys.
File
- modules/
authcache_p13n/ includes/ AuthcacheP13nKeyValueStoreInterface.inc, line 25 - Defines an interface for key-value stores.
Class
- AuthcacheP13nKeyValueStoreInterface
- Interface for key-value store implementations.
Code
public function get($keys = NULL);