public function AuthcacheP13nKeyValueStoreInterface::set in Authenticated User Page Caching (Authcache) 7.2
Set a value in the collection with the given key.
Parameters
string $key: A key.
1 method overrides AuthcacheP13nKeyValueStoreInterface::set()
- AuthcacheP13nDatabaseKeyValueStore::set in modules/
authcache_p13n/ includes/ AuthcacheP13nDatabaseKeyValueStore.inc - Set a value in the collection with the given key.
File
- modules/
authcache_p13n/ includes/ AuthcacheP13nKeyValueStoreInterface.inc, line 17 - Defines an interface for key-value stores.
Class
- AuthcacheP13nKeyValueStoreInterface
- Interface for key-value store implementations.
Code
public function set($key, $value);