[ Index ] |
PHP Cross Reference of MyBB 1.8.39 |
[Source view] [Print] [Project Stats]
MyBB 1.8 Copyright 2014 MyBB Group, All Rights Reserved Website: http://www.mybb.com License: http://www.mybb.com/about/license
File Size: | 157 lines (3 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
memcachedCacheHandler:: (7 methods):
__construct()
connect()
fetch()
put()
delete()
disconnect()
size_of()
Class: memcachedCacheHandler - X-Ref
Memcached Cache Handler__construct() X-Ref |
Unique identifier representing this copy of MyBB |
connect() X-Ref |
Connect and initialize this handler. return: boolean True if successful, false on failure |
fetch($name) X-Ref |
Retrieve an item from the cache. param: string $name The name of the cache return: mixed Cache data if successful, false if failure |
put($name, $contents) X-Ref |
Write an item to the cache. param: string $name The name of the cache param: mixed $contents The data to write to the cache item return: boolean True on success, false on failure |
delete($name) X-Ref |
Delete a cache param: string $name The name of the cache return: boolean True on success, false on failure |
disconnect() X-Ref |
Disconnect from the cache |
size_of($name='') X-Ref |
param: string $name return: string |
2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |