abstract protected function BaseMemcacheProfilerStorage::getValue 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::getValue()
Retrieve item from the memcache server.
Parameters
string $key:
Return value
mixed
5 calls to BaseMemcacheProfilerStorage::getValue()
- BaseMemcacheProfilerStorage::createProfileFromData in vendor/
symfony/ http-kernel/ Profiler/ BaseMemcacheProfilerStorage.php - BaseMemcacheProfilerStorage::find in vendor/
symfony/ http-kernel/ Profiler/ BaseMemcacheProfilerStorage.php - Finds profiler tokens for the given criteria.
- BaseMemcacheProfilerStorage::purge in vendor/
symfony/ http-kernel/ Profiler/ BaseMemcacheProfilerStorage.php - Purges all data from the database.
- BaseMemcacheProfilerStorage::read in vendor/
symfony/ http-kernel/ Profiler/ BaseMemcacheProfilerStorage.php - Reads data associated with the given token.
- BaseMemcacheProfilerStorage::write in vendor/
symfony/ http-kernel/ Profiler/ BaseMemcacheProfilerStorage.php - Saves a Profile.
2 methods override BaseMemcacheProfilerStorage::getValue()
- MemcachedProfilerStorage::getValue in vendor/
symfony/ http-kernel/ Profiler/ MemcachedProfilerStorage.php - Retrieve item from the memcache server.
- MemcacheProfilerStorage::getValue in vendor/
symfony/ http-kernel/ Profiler/ MemcacheProfilerStorage.php - Retrieve item from the memcache server.
File
- vendor/
symfony/ http-kernel/ Profiler/ BaseMemcacheProfilerStorage.php, line 201
Class
- BaseMemcacheProfilerStorage
- Base Memcache storage for profiling information in a Memcache.
Namespace
Symfony\Component\HttpKernel\ProfilerCode
protected abstract function getValue($key);