◆ clear()
Delete all keys from the cache
- Renvoie
- boolean True if the cache was successfully cleared, false otherwise @access public
Réimplémentée à partir de XoopsCacheEngine.
◆ connect()
connect |
( |
|
$host, |
|
|
|
$port = 11211 |
|
) |
| |
Connects to a server in connection pool
- Paramètres
-
string | $host | host ip address or name |
integer | $port | Server port |
- Renvoie
- boolean True if memcache server was connected @access public
◆ delete()
Delete a key from the cache
- Paramètres
-
string | $key | Identifier for the data |
- Renvoie
- boolean True if the value was successfully deleted, false if it didn't exist or couldn't be removed @access public
Réimplémentée à partir de XoopsCacheEngine.
◆ init()
init |
( |
|
$settings = array() | ) |
|
Initialize the Cache Engine
Called automatically by the cache frontend To reinitialize the settings call Cache::engine('EngineName', [optional] settings = array());
- Paramètres
-
array | $settings | array of setting for the engine |
- Renvoie
- boolean True if the engine has been successfully initialized, false if not @access public
Réimplémentée à partir de XoopsCacheEngine.
◆ read()
Read a key from the cache
- Paramètres
-
string | $key | Identifier for the data |
- Renvoie
- mixed The cached data, or false if the data doesn't exist, has expired, or if there was an error fetching it @access public
Réimplémentée à partir de XoopsCacheEngine.
◆ write()
write |
( |
|
$key, |
|
|
|
$value, |
|
|
|
$duration = null |
|
) |
| |
Write data for key into cache
- Paramètres
-
string | $key | Identifier for the data |
mixed | $value | Data to be cached |
integer | $duration | How long to cache the data, in seconds |
- Renvoie
- boolean True if the data was successfully cached, false on failure @access public
Réimplémentée à partir de XoopsCacheEngine.
◆ $memcache
◆ $settings
La documentation de cette classe a été générée à partir du fichier suivant :