PHP Class ManaPHP\Cache\Adapter\Db

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

Protected Properties

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

Méthodes publiques

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

Method Details

__construct() public méthode

Db 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 ) : string | false
$key string
Résultat string | false

set() public méthode

public set ( string $key, string $value, integer $ttl ) : void
$key string
$value string
$ttl integer
Résultat void

Property Details

$_model protected_oe property

protected string $_model
Résultat string