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


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. | |
Wrapper for WinCache object caching functions; identical interface to the APC wrapper.
Definition at line 9 of file WinCacheBagOStuff.php.
| WinCacheBagOStuff::delete | ( | $ | key, |
| $ | time = 0 |
||
| ) |
Remove a value from the WinCache object cache.
| $key | String: cache key |
| $time | Int: not used in this implementation |
Reimplemented from BagOStuff.
Definition at line 50 of file WinCacheBagOStuff.php.
| WinCacheBagOStuff::get | ( | $ | key | ) |
Get a value from the WinCache object cache.
| $key | String: cache key |
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.
| $key | String: cache key |
| $value | Mixed: object to store |
| $expire | Int: expiration time |
Reimplemented from BagOStuff.
Definition at line 35 of file WinCacheBagOStuff.php.
References $result.