PHP Class SlightPHP\Cache_APC

Inheritance: extends CacheObject
Afficher le fichier Open project: hetao29/slightphp

Méthodes publiques

Méthode Description
del ( string $key ) : boolean delete cache
get ( string $key ) : mixed get cache
init ( $params = [] )
set ( string $key, mixed $value, integer $timestamp ) : boolean set cache

Method Details

del() public méthode

delete cache
public del ( string $key ) : boolean
$key string
Résultat boolean

get() public méthode

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

init() public méthode

public init ( $params = [] )

set() public méthode

set cache
public set ( string $key, mixed $value, integer $timestamp ) : boolean
$key string
$value mixed
$timestamp integer default:-1 forever
Résultat boolean