PHP Class IMP_Imap_Cache_Wrapper, horde

Author: Michael Slusarz ([email protected])
Inheritance: implements Serializable
Mostra file Open project: horde/horde

Public Properties

Property Type Description
$backend Horde_Imap_Client_Cache_Backend Cache object.

Protected Properties

Property Type Description
$_params array Cache parameters: - driver (string) - lifetime (integer)

Public Methods

Method Description
__call ( $name, $arguments ) Redirects calls to the logger object.
__construct ( string $driver, integer $lifetime = null ) Constructor.
serialize ( )
unserialize ( $data )

Protected Methods

Method Description
_initOb ( $params )

Method Details

__call() public method

Redirects calls to the logger object.
public __call ( $name, $arguments )

__construct() public method

Constructor.
public __construct ( string $driver, integer $lifetime = null )
$driver string Cache driver to use.
$lifetime integer Cache lifetime.

_initOb() protected method

protected _initOb ( $params )

serialize() public method

public serialize ( )

unserialize() public method

public unserialize ( $data )

Property Details

$_params protected_oe property

Cache parameters: - driver (string) - lifetime (integer)
protected array $_params
return array

$backend public_oe property

Cache object.
public Horde_Imap_Client_Cache_Backend $backend
return Horde_Imap_Client_Cache_Backend