[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 108 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
MemcachedProfilerStorage:: (6 methods):
getMemcached()
setMemcached()
getValue()
setValue()
delete()
appendValue()
Class: MemcachedProfilerStorage - X-Ref
Memcached Profiler Storage.getMemcached() X-Ref |
Internal convenience method that returns the instance of the Memcached. return: \Memcached |
setMemcached($memcached) X-Ref |
Set instance of the Memcached. param: \Memcached $memcached |
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 |