Inherits Cache.

Public Member Functions | |
| Cache_eAccelerator () | |
| set ($key, $var, $expire=0) | |
| & | get ($key) |
| delete ($key) | |
| flush () | |
| gc () | |
| stats () | |
PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet
Description: eAccelerator access routines
Definition at line 10 of file eaccelerator.php.
| Cache_eAccelerator::Cache_eAccelerator | ( | ) |
| Cache_eAccelerator::delete | ( | $ | key | ) |
Reimplemented from Cache.
Definition at line 33 of file eaccelerator.php.
| Cache_eAccelerator::flush | ( | ) |
| Cache_eAccelerator::gc | ( | ) |
| & Cache_eAccelerator::get | ( | $ | key | ) |
Reimplemented from Cache.
Definition at line 26 of file eaccelerator.php.
| Cache_eAccelerator::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 eaccelerator.php.
| Cache_eAccelerator::stats | ( | ) |
Return some usage statistics.
Reimplemented from Cache.
Definition at line 51 of file eaccelerator.php.
1.6.1