Jeedom Core

cache
in package

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

Properties

Methods

delete()

public static delete(mixed $_key) : mixed
Parameters
$_key : mixed

exist()

public static exist(mixed $_key) : mixed
Parameters
$_key : mixed

getValue()

public getValue([mixed $_default = '' ]) : mixed
Parameters
$_default : mixed = ''

isPersistOk()

public static isPersistOk() : bool
Return values
bool

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
Return values
self

setKey()

public setKey(mixed $_key) : self
Parameters
$_key : mixed
Return values
self

setLifetime()

public setLifetime(mixed $_lifetime) : self
Parameters
$_lifetime : mixed
Return values
self

setTimestamp()

public setTimestamp(mixed $_timestamp) : mixed
Parameters
$_timestamp : mixed

setValue()

public setValue(mixed $_value) : self
Parameters
$_value : mixed
Return values
self

        
On this page

Search results