PHP Class ManaPHP\Cache\Adapter\Apc

Inheritance: extends ManaPHP\Component, implements ManaPHP\Cache\AdapterInterface
Afficher le fichier Open project: manaphp/manaphp

Protected Properties

Свойство Type Description
$_prefix string

Méthodes publiques

Méthode Description
__construct ( string | array $options = [] ) Apc constructor.
delete ( string $key ) : void
exists ( string $key ) : boolean
get ( string $key ) : mixed
set ( string $key, string $value, integer $ttl )

Method Details

__construct() public méthode

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

delete() public méthode

public delete ( string $key ) : void
$key string
Résultat void

exists() public méthode

public exists ( string $key ) : boolean
$key string
Résultat boolean

get() public méthode

public get ( string $key ) : mixed
$key string
Résultat mixed

set() public méthode

public set ( string $key, string $value, integer $ttl )
$key string
$value string
$ttl integer

Property Details

$_prefix protected_oe property

protected string $_prefix
Résultat string