abstract protected function BaseMemcacheProfilerStorage::setValue

Store an item on the memcache server under the specified key

Parameters

string $key:

mixed $value:

int $expiration:

Return value

boolean

1 call to BaseMemcacheProfilerStorage::setValue()
BaseMemcacheProfilerStorage::write in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/BaseMemcacheProfilerStorage.php
Saves a Profile.
2 methods override BaseMemcacheProfilerStorage::setValue()
MemcachedProfilerStorage::setValue in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcachedProfilerStorage.php
Store an item on the memcache server under the specified key
MemcacheProfilerStorage::setValue in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcacheProfilerStorage.php
Store an item on the memcache server under the specified key

File

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

Class

BaseMemcacheProfilerStorage
Base Memcache storage for profiling information in a Memcache.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

protected abstract function setValue($key, $value, $expiration = 0);