Table of Contents
Properties
-
$_engine
: mixed
-
$key
: mixed
-
$lifetime
: mixed
-
$timestamp
: mixed
-
$value
: mixed
Methods
-
byKey()
: cache
-
clean()
: mixed
-
delete()
: mixed
-
exist()
: mixed
-
flush()
: mixed
-
getDatetime()
: mixed
-
getEngine()
: mixed
-
getKey()
: mixed
-
getLifetime()
: mixed
-
getTimestamp()
: mixed
-
getValue()
: mixed
-
isPersistOk()
: bool
-
persist()
: mixed
-
remove()
: mixed
-
restore()
: mixed
-
save()
: mixed
-
set()
: mixed
-
setDatetime()
: self
-
setKey()
: self
-
setLifetime()
: self
-
setTimestamp()
: mixed
-
setValue()
: self
$_engine
private
static mixed
$_engine
= \null
$key
private
mixed
$key
$lifetime
private
mixed
$lifetime
= 0
$timestamp
private
mixed
$timestamp
$value
private
mixed
$value
= \null
byKey()
public
static byKey(string $_key) : cache
Parameters
-
$_key
: string
-
clean()
public
static clean() : mixed
delete()
public
static delete(mixed $_key) : mixed
Parameters
-
$_key
: mixed
-
exist()
public
static exist(mixed $_key) : mixed
Parameters
-
$_key
: mixed
-
flush()
public
static flush() : mixed
getDatetime()
public
getDatetime() : mixed
getEngine()
public
static getEngine() : mixed
getKey()
public
getKey() : mixed
getLifetime()
public
getLifetime() : mixed
getTimestamp()
public
getTimestamp() : mixed
getValue()
public
getValue([mixed $_default = '' ]) : mixed
Parameters
-
$_default
: mixed
= ''
-
isPersistOk()
public
static isPersistOk() : bool
persist()
public
static persist() : mixed
remove()
public
remove() : mixed
restore()
public
static restore() : mixed
save()
public
save() : mixed
set()
public
static set(mixed $_key, mixed $_value[, mixed $_lifetime = 0 ]) : mixed
Parameters
-
$_key
: mixed
-
-
$_value
: mixed
-
-
$_lifetime
: mixed
= 0
-
setDatetime()
public
setDatetime(mixed $_datetime) : self
Parameters
-
$_datetime
: mixed
-
setKey()
public
setKey(mixed $_key) : self
Parameters
-
$_key
: mixed
-
setLifetime()
public
setLifetime(mixed $_lifetime) : self
Parameters
-
$_lifetime
: mixed
-
setTimestamp()
public
setTimestamp(mixed $_timestamp) : mixed
Parameters
-
$_timestamp
: mixed
-
setValue()
public
setValue(mixed $_value) : self
Parameters
-
$_value
: mixed
-