PHP Class example\InMemoryCache

Inheritance: implements example\Cacher
Afficher le fichier Open project: widmogrod/php-functional

Méthodes publiques

Méthode Description
__construct ( array $data )
get ( $key )
put ( $key, $value )

Method Details

__construct() public méthode

public __construct ( array $data )
$data array

get() public méthode

public get ( $key )

put() public méthode

public put ( $key, $value )