Flow PHP

ApcuCache implements Cache

Read onlyYes
FinalYes

Interfaces

Cache

Methods

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

Methods

__construct()

public __construct([string $namespace = 'flow_php_cache' ]) : mixed
Parameters
$namespace : string = 'flow_php_cache'

delete()

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

has()

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

set()

public set(string $key, Rows $value) : void
Parameters
$key : string
$value : Rows
On this page

Search results