Inherits Cache.

Public Member Functions | |
| Cache_XCache () | |
| set ($key, $var, $expire=0) | |
| & | get ($key) |
| delete ($key) | |
| flush () | |
| gc () | |
| stats () | |
PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet
Description: XCache access routines
Definition at line 10 of file xcache.php.
| Cache_XCache::Cache_XCache | ( | ) |
| Cache_XCache::delete | ( | $ | key | ) |
Reimplemented from Cache.
Definition at line 33 of file xcache.php.
| Cache_XCache::flush | ( | ) |
| Cache_XCache::gc | ( | ) |
| & Cache_XCache::get | ( | $ | key | ) |
Reimplemented from Cache.
Definition at line 26 of file xcache.php.
| Cache_XCache::set | ( | $ | key, | |
| $ | var, | |||
| $ | expire = 0 | |||
| ) |
| string | $key Unique key name to store value under | |
| mixed | $var Variable to store | |
| int | $expire Expiration time (from now) in seconds. Use zero to never expire. |
Reimplemented from Cache.
Definition at line 20 of file xcache.php.
| Cache_XCache::stats | ( | ) |
1.6.1