PHP Class SlightPHP\Cache_File

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

Méthodes publiques

Свойство Type Description
$depth integer cache dir depth
$dir string cache dir

Méthodes publiques

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

Private Methods

Méthode Description
_getDir ( $key, $mk = false )

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

init
public init ( array $params = [] )
$params array array("dir","depth")

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

Property Details

$depth public_oe property

cache dir depth
public int $depth
Résultat integer

$dir public_oe property

cache dir
public string $dir
Résultat string