PHP Class Flintstone\Cache\ArrayCache

Inheritance: implements Flintstone\Cache\CacheInterface
Datei anzeigen Open project: fire015/flintstone

Protected Properties

Property Type Description
$cache array Cache data.

Public Methods

Method Description
contains ( $key )
delete ( $key )
flush ( )
get ( $key )
set ( $key, $data )

Method Details

contains() public method

public contains ( $key )

delete() public method

public delete ( $key )

flush() public method

public flush ( )

get() public method

public get ( $key )

set() public method

public set ( $key, $data )

Property Details

$cache protected_oe property

Cache data.
protected array $cache
return array