MediaWiki  REL1_19
WinCacheBagOStuff Class Reference

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

Inheritance diagram for WinCacheBagOStuff:
Collaboration diagram for WinCacheBagOStuff:

List of all members.

Public Member Functions

 delete ($key, $time=0)
 Remove a value from the WinCache object cache.
 get ($key)
 Get a value from the WinCache object cache.
 keys ()
 set ($key, $value, $expire=0)
 Store a value in the WinCache object cache.

Detailed Description

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

Definition at line 9 of file WinCacheBagOStuff.php.


Member Function Documentation

WinCacheBagOStuff::delete ( key,
time = 0 
)

Remove a value from the WinCache object cache.

Parameters:
$keyString: cache key
$timeInt: not used in this implementation
Returns:
bool

Reimplemented from BagOStuff.

Definition at line 50 of file WinCacheBagOStuff.php.

Get a value from the WinCache object cache.

Parameters:
$keyString: cache key
Returns:
mixed

Reimplemented from BagOStuff.

Definition at line 17 of file WinCacheBagOStuff.php.

Reimplemented from BagOStuff.

Definition at line 56 of file WinCacheBagOStuff.php.

References $keys.

WinCacheBagOStuff::set ( key,
value,
expire = 0 
)

Store a value in the WinCache object cache.

Parameters:
$keyString: cache key
$valueMixed: object to store
$expireInt: expiration time
Returns:
bool

Reimplemented from BagOStuff.

Definition at line 35 of file WinCacheBagOStuff.php.

References $result.


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