PHP Class Metaphore\Store\FileStore

Inheritance: implements Metaphore\Store\ValueStoreInterface, implements Metaphore\Store\LockStoreInterface
Afficher le fichier Open project: sobstel/metaphore

Protected Properties

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

Méthodes publiques

Méthode Description
__construct ( $directory = null )
add ( $key, $value, $ttl )
delete ( $key )
get ( $key )
set ( $key, $value, $ttl )

Méthodes protégées

Méthode Description
getFileName ( $key )

Method Details

__construct() public méthode

public __construct ( $directory = null )

add() public méthode

public add ( $key, $value, $ttl )

delete() public méthode

public delete ( $key )

get() public méthode

public get ( $key )

getFileName() protected méthode

protected getFileName ( $key )

set() public méthode

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

Property Details

$directory protected_oe property

protected string $directory
Résultat string