[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/ -> MemcacheProfilerStorage.php (summary)

(no description)

File Size: 107 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

MemcacheProfilerStorage:: (6 methods):
  getMemcache()
  setMemcache()
  getValue()
  setValue()
  delete()
  appendValue()


Class: MemcacheProfilerStorage  - X-Ref

Memcache Profiler Storage.

getMemcache()   X-Ref
Internal convenience method that returns the instance of the Memcache.

return: \Memcache

setMemcache($memcache)   X-Ref
Set instance of the Memcache.

param: \Memcache $memcache

getValue($key)   X-Ref
{@inheritdoc}


setValue($key, $value, $expiration = 0)   X-Ref
{@inheritdoc}


delete($key)   X-Ref
{@inheritdoc}


appendValue($key, $value, $expiration = 0)   X-Ref
{@inheritdoc}




Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1