PHP Class Flintstone\Cache\ArrayCache

Inheritance: implements Flintstone\Cache\CacheInterface
Afficher le fichier Open project: fire015/flintstone

Protected Properties

Свойство Type Description
$cache array Cache data.

Méthodes publiques

Méthode Description
contains ( $key )
delete ( $key )
flush ( )
get ( $key )
set ( $key, $data )

Method Details

contains() public méthode

public contains ( $key )

delete() public méthode

public delete ( $key )

flush() public méthode

public flush ( )

get() public méthode

public get ( $key )

set() public méthode

public set ( $key, $data )

Property Details

$cache protected_oe property

Cache data.
protected array $cache
Résultat array