QubitCache
Table of Contents
Methods
-
clear()
: bool
-
get()
: mixed
-
getInstance()
: self
-
has()
: bool
-
remove()
: bool
-
removePattern()
: int
-
set()
: bool
clear()
public
clear() : bool
get()
public
get(string $key) : mixed
Parameters
-
$key
: string
-
getInstance()
public
static getInstance() : self
has()
public
has(string $key) : bool
Parameters
-
$key
: string
-
remove()
public
remove(string $key) : bool
Parameters
-
$key
: string
-
removePattern()
public
removePattern(string $pattern) : int
Parameters
-
$pattern
: string
-
set()
public
set(string $key, mixed $value[, int $ttl = 3600 ]) : bool
Parameters
-
$key
: string
-
-
$value
: mixed
-
-
$ttl
: int
= 3600
-