[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 112 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
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: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |