PHP Class ManaPHP\Mvc\Model\Metadata\Adapter\Apc

Inheritance: extends ManaPHP\Mvc\Model\Metadata
Show file Open project: manaphp/manaphp

Protected Properties

Property Type Description
$_prefix string
$_ttl integer

Public Methods

Method Description
__construct ( string | array $options = [] ) Apc constructor.
read ( string $key ) : array | false
write ( string $key, array $data ) : void

Method Details

__construct() public method

Apc constructor.
public __construct ( string | array $options = [] )
$options string | array

read() public method

public read ( string $key ) : array | false
$key string
return array | false

write() public method

public write ( string $key, array $data ) : void
$key string
$data array
return void

Property Details

$_prefix protected property

protected string $_prefix
return string

$_ttl protected property

protected int $_ttl
return integer