abstract protected function BaseMemcacheProfilerStorage::appendValue

Append data to an existing item on the memcache server

Parameters

string $key:

string $value:

int $expiration:

Return value

boolean

1 call to BaseMemcacheProfilerStorage::appendValue()
2 methods override BaseMemcacheProfilerStorage::appendValue()

File

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

Class

BaseMemcacheProfilerStorage
Base Memcache storage for profiling information in a Memcache.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

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