Inherits BagOStuff.
Public Member Functions | |
get ($key) | |
Get a value from the XCache object cache. | |
set ($key, $value, $expire=0) | |
Store a value in the XCache object cache. | |
delete ($key, $time=0) | |
Remove a value from the XCache object cache. |
Definition at line 630 of file BagOStuff.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 665 of file BagOStuff.php.
References $key.
XCacheBagOStuff::get | ( | $ | key | ) |
Get a value from the XCache object cache.
$key | String: cache key |
Reimplemented from BagOStuff.
Definition at line 638 of file BagOStuff.php.
References $key.
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 653 of file BagOStuff.php.
References $key.