You are here

abstract protected function BaseMemcacheProfilerStorage::delete in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Profiler/BaseMemcacheProfilerStorage.php \Symfony\Component\HttpKernel\Profiler\BaseMemcacheProfilerStorage::delete()

Delete item from the memcache server.

Parameters

string $key:

Return value

bool

1 call to BaseMemcacheProfilerStorage::delete()
BaseMemcacheProfilerStorage::purge in vendor/symfony/http-kernel/Profiler/BaseMemcacheProfilerStorage.php
Purges all data from the database.
2 methods override BaseMemcacheProfilerStorage::delete()
MemcachedProfilerStorage::delete in vendor/symfony/http-kernel/Profiler/MemcachedProfilerStorage.php
Delete item from the memcache server.
MemcacheProfilerStorage::delete in vendor/symfony/http-kernel/Profiler/MemcacheProfilerStorage.php
Delete item from the memcache server.

File

vendor/symfony/http-kernel/Profiler/BaseMemcacheProfilerStorage.php, line 221

Class

BaseMemcacheProfilerStorage
Base Memcache storage for profiling information in a Memcache.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

protected abstract function delete($key);