abstract protected function BaseMemcacheProfilerStorage::delete

Delete item from the memcache server

Parameters

string $key:

Return value

boolean

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

File

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

Class

BaseMemcacheProfilerStorage
Base Memcache storage for profiling information in a Memcache.

Namespace

Symfony\Component\HttpKernel\Profiler

Code

protected abstract function delete($key);