XCacheBagOStuff Class Reference
[Cache]

Wrapper for XCache object caching functions; identical interface to the APC wrapper. More...

Inherits BagOStuff.

List of all members.

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.


Detailed Description

Wrapper for XCache object caching functions; identical interface to the APC wrapper.

Definition at line 630 of file BagOStuff.php.


Member Function Documentation

XCacheBagOStuff::delete ( key,
time = 0 
)

Remove a value from the XCache object cache.

Parameters:
$key String: cache key
$time Int: not used in this implementation
Returns:
bool

Reimplemented from BagOStuff.

Definition at line 665 of file BagOStuff.php.

References $key.

XCacheBagOStuff::get ( key  ) 

Get a value from the XCache object cache.

Parameters:
$key String: cache key
Returns:
mixed

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.

Parameters:
$key String: cache key
$value Mixed: object to store
$expire Int: expiration time
Returns:
bool

Reimplemented from BagOStuff.

Definition at line 653 of file BagOStuff.php.

References $key.


The documentation for this class was generated from the following file:

Generated on Sat Sep 5 02:08:50 2009 for MediaWiki by  doxygen 1.5.9