abstract protected function BaseMemcacheProfilerStorage::getValue

Retrieve item from the memcache server

Parameters

string $key:

Return value

mixed

5 calls to BaseMemcacheProfilerStorage::getValue()
BaseMemcacheProfilerStorage::createProfileFromData in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php
BaseMemcacheProfilerStorage::find in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php
Finds profiler tokens for the given criteria.
BaseMemcacheProfilerStorage::purge in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php
Purges all data from the database.
BaseMemcacheProfilerStorage::read in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php
Reads data associated with the given token.
BaseMemcacheProfilerStorage::write in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php
Saves a Profile.
2 methods override BaseMemcacheProfilerStorage::getValue()
MemcachedProfilerStorage::getValue in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcachedProfilerStorage.php
Retrieve item from the memcache server
MemcacheProfilerStorage::getValue in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcacheProfilerStorage.php
Retrieve item from the memcache server

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php, line 189

Class

BaseMemcacheProfilerStorage
Base Memcache storage for profiling information in a Memcache.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

protected abstract function getValue($key);