Flow PHP

TraceableCache implements Cache

Read onlyYes
FinalYes

Interfaces

Cache

Methods

__construct()  : mixed
clear()  : void
delete()  : void
get()  : Row|Rows|CacheIndex
has()  : bool
set()  : void

Methods

__construct()

public __construct(Cache $cache, Telemetry $telemetry[, string $dataframeName = 'flow_dataframe' ]) : mixed
Parameters
$cache : Cache
$telemetry : Telemetry
$dataframeName : string = 'flow_dataframe'

delete()

public delete(string $key) : void
Parameters
$key : string

has()

public has(string $key) : bool
Parameters
$key : string
Return values
bool

        
On this page

Search results