Jeedom Core

cache
in package

Table of Contents

Properties

$cache  : mixed
$datetime  : mixed
$key  : mixed
$lifetime  : mixed
$options  : mixed
$value  : mixed

Methods

byKey()  : object
clean()  : mixed
delete()  : mixed
exist()  : mixed
flush()  : mixed
flushWidget()  : mixed
getCache()  : CacheProvider
getDatetime()  : mixed
getFolder()  : mixed
getKey()  : mixed
getLifetime()  : mixed
getOptions()  : mixed
getValue()  : mixed
hasExpired()  : bool
isPersistOk()  : bool
persist()  : mixed
remove()  : mixed
restore()  : mixed
save()  : mixed
search()  : mixed
set()  : mixed
setDatetime()  : self
setKey()  : self
setLifetime()  : self
setOptions()  : self
setValue()  : self
stats()  : mixed

Properties

Methods

byKey()

public static byKey(string $_key) : object
Parameters
$_key : string
Return values
object

delete()

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

exist()

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

getCache()

public static getCache() : CacheProvider
Tags
name

getCache()

access

public

static
Return values
CacheProvider

getOptions()

public getOptions([mixed $_key = '' ][, mixed $_default = '' ]) : mixed
Parameters
$_key : mixed = ''
$_default : mixed = ''

getValue()

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

hasExpired()

public hasExpired() : bool
Return values
bool

isPersistOk()

public static isPersistOk() : bool
Return values
bool

set()

public static set(mixed $_key, mixed $_value[, mixed $_lifetime = 0 ][, mixed $_options = null ]) : mixed
Parameters
$_key : mixed
$_value : mixed
$_lifetime : mixed = 0
$_options : mixed = null

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

setOptions()

public setOptions(mixed $_key[, mixed $_value = null ]) : self
Parameters
$_key : mixed
$_value : mixed = null
Return values
self

setValue()

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

stats()

public static stats([mixed $_details = false ]) : mixed
Parameters
$_details : mixed = false

        
On this page

Search results