Append data to an existing item on the memcache server
Parameters
string $key:
string $value:
int $expiration:
Return value
boolean
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);