abstract protected function BaseMemcacheProfilerStorage::appendValue in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/Profiler/BaseMemcacheProfilerStorage.php \Symfony\Component\HttpKernel\Profiler\BaseMemcacheProfilerStorage::appendValue()
Append data to an existing item on the memcache server.
Parameters
string $key:
string $value:
int $expiration:
Return value
bool
1 call to BaseMemcacheProfilerStorage::appendValue()
- BaseMemcacheProfilerStorage::write in vendor/
symfony/ http-kernel/ Profiler/ BaseMemcacheProfilerStorage.php - Saves a Profile.
2 methods override BaseMemcacheProfilerStorage::appendValue()
- MemcachedProfilerStorage::appendValue in vendor/
symfony/ http-kernel/ Profiler/ MemcachedProfilerStorage.php - Append data to an existing item on the memcache server.
- MemcacheProfilerStorage::appendValue in vendor/
symfony/ http-kernel/ Profiler/ MemcacheProfilerStorage.php - Append data to an existing item on the memcache server.
File
- vendor/
symfony/ http-kernel/ Profiler/ BaseMemcacheProfilerStorage.php, line 232
Class
- BaseMemcacheProfilerStorage
- Base Memcache storage for profiling information in a Memcache.
Namespace
Symfony\Component\HttpKernel\ProfilerCode
protected abstract function appendValue($key, $value, $expiration = 0);