
Public Member Functions | |
| __construct ($host=Memcached::DEFAULT_HOST, $port=Memcached::DEFAULT_PORT) | |
| __destruct () | |
| clean () | |
| |
| get ($index) | |
| delete ($index) | |
Static Public Member Functions | |
| static | create ($host=Memcached::DEFAULT_HOST, $port=Memcached::DEFAULT_PORT) |
| |
Public Attributes | |
| const | DEFAULT_PORT = 11211 |
| const | DEFAULT_HOST = '127.0.0.1' |
Protected Member Functions | |
| store ($action, $key, &$value, $expires=Cache::EXPIRES_MEDIUM) | |
Private Attributes | |
| $instance = null | |
Definition at line 21 of file PeclMemcached.class.php.
| PeclMemcached::__construct | ( | $ | host = Memcached::DEFAULT_HOST, |
|
| $ | port = Memcached::DEFAULT_PORT | |||
| ) |
Definition at line 39 of file PeclMemcached.class.php.
| PeclMemcached::__destruct | ( | ) |
Definition at line 59 of file PeclMemcached.class.php.
| static PeclMemcached::create | ( | $ | host = Memcached::DEFAULT_HOST, |
|
| $ | port = Memcached::DEFAULT_PORT | |||
| ) | [static] |
| PeclMemcached::clean | ( | ) |
Reimplemented from CachePeer.
Definition at line 73 of file PeclMemcached.class.php.
| PeclMemcached::get | ( | $ | index | ) |
| PeclMemcached::delete | ( | $ | index | ) |
| PeclMemcached::store | ( | $ | action, | |
| $ | key, | |||
| &$ | value, | |||
| $ | expires = Cache::EXPIRES_MEDIUM | |||
| ) | [protected] |
| const PeclMemcached::DEFAULT_PORT = 11211 |
Definition at line 23 of file PeclMemcached.class.php.
| const PeclMemcached::DEFAULT_HOST = '127.0.0.1' |
Definition at line 24 of file PeclMemcached.class.php.
PeclMemcached::$instance = null [private] |
Definition at line 26 of file PeclMemcached.class.php.
1.5.4