Heratio Framework API Reference

QubitCache
in package

Table of Contents

Methods

clear()  : bool
get()  : mixed
getInstance()  : self
has()  : bool
remove()  : bool
removePattern()  : int
set()  : bool

Methods

clear()

public clear() : bool
Return values
bool

get()

public get(string $key) : mixed
Parameters
$key : string

getInstance()

public static getInstance() : self
Return values
self

has()

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

remove()

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

removePattern()

public removePattern(string $pattern) : int
Parameters
$pattern : string
Return values
int

set()

public set(string $key, mixed $value[, int $ttl = 3600 ]) : bool
Parameters
$key : string
$value : mixed
$ttl : int = 3600
Return values
bool

        
On this page

Search results