MediaWiki
REL1_19
|
Wrapper for XCache object caching functions; identical interface to the APC wrapper. More...
Public Member Functions | |
delete ($key, $time=0) | |
Remove a value from the XCache object cache. | |
get ($key) | |
Get a value from the XCache object cache. | |
set ($key, $value, $expire=0) | |
Store a value in the XCache object cache. |
Wrapper for XCache object caching functions; identical interface to the APC wrapper.
Definition at line 9 of file XCacheBagOStuff.php.
XCacheBagOStuff::delete | ( | $ | key, |
$ | time = 0 |
||
) |
Remove a value from the XCache object cache.
$key | String: cache key |
$time | Int: not used in this implementation |
Reimplemented from BagOStuff.
Definition at line 46 of file XCacheBagOStuff.php.
XCacheBagOStuff::get | ( | $ | key | ) |
Get a value from the XCache object cache.
$key | String: cache key |
Reimplemented from BagOStuff.
Definition at line 16 of file XCacheBagOStuff.php.
XCacheBagOStuff::set | ( | $ | key, |
$ | value, | ||
$ | expire = 0 |
||
) |
Store a value in the XCache object cache.
$key | String: cache key |
$value | Mixed: object to store |
$expire | Int: expiration time |
Reimplemented from BagOStuff.
Definition at line 34 of file XCacheBagOStuff.php.