PHP Interface Metaphore\Store\ValueStoreInterface

Afficher le fichier Open project: sobstel/metaphore

Méthodes publiques

Méthode Description
delete ( $key ) : boolean
get ( $key ) : mixed
set ( $key, $value, $ttl ) : boolean

Method Details

delete() public méthode

public delete ( $key ) : boolean
Résultat boolean

get() public méthode

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

set() public méthode

public set ( $key, $value, $ttl ) : boolean
Résultat boolean