class Cache
Session cache driver.
Cache library config goes in the session.storage config entry:
$config['storage'] = array(
'driver' => 'apc',
'requests' => 10000
);
Lifetime does not need to be set as it is
overridden by the session expiration setting.Variables
| Name | Visibility | Description |
$cache | | |
$encrypt | | |
Functions
void $Cache->__construct ( ); This function does not have a descriptionunknown $Cache->close ( ); This function does not have a descriptionunknown $Cache->destroy ( mixed $id ); This function does not have a descriptionpublic gcunknown $Cache->gc ( mixed $maxlifetime ); This function does not have a descriptionunknown $Cache->open ( mixed $path , mixed $name ); This function does not have a descriptionunknown $Cache->read ( mixed $id ); This function does not have a descriptionunknown $Cache->regenerate ( ); This function does not have a descriptionunknown $Cache->write ( mixed $id , mixed $data ); This function does not have a description
|