You are here

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

Return the value from the collection for the given key.

Parameters

string $key: A key.

1 method overrides AuthcacheP13nKeyValueStoreInterface::getOne()
AuthcacheP13nDatabaseKeyValueStore::getOne in modules/authcache_p13n/includes/AuthcacheP13nDatabaseKeyValueStore.inc
Return the value from the collection for the given key.

File

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

Class

AuthcacheP13nKeyValueStoreInterface
Interface for key-value store implementations.

Code

public function getOne($key);