\JCORE\CACHEXCACHE

class XCACHE

Summary

Methods
Properties
Constants
__construct()
intialize()
isIntialized()
getValue()
setValue()
updateSharedValue()
setSharedValue()
getSharedValue()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$intialized
N/A

Properties

$intialized

$intialized : boolean

is the object initialized

Type

boolean

Methods

__construct()

__construct() : null

DESCRIPTOR: __construct

Returns

null

intialize()

intialize(  $args) : boolean

DESCRIPTOR: intialize

Parameters

$args

Returns

boolean

isIntialized()

isIntialized() : boolean

DESCRIPTOR: isIntialized

Returns

boolean

getValue()

getValue(  $args = array()) : mixed

DESCRIPTOR: getValue result or false on failure args["KEY"]

Parameters

$args

Returns

mixed

setValue()

setValue(  $args = array()) : mixed

DESCRIPTOR: setValue result or false on failure args["KEY"] args["DATA"] args["ttl"]

Parameters

$args

Returns

mixed

updateSharedValue()

updateSharedValue(  $args = array()) : mixed

DESCRIPTOR: updateSharedValue result or false on failure args["KEY"] args["DATA"] args["ttl"]

Parameters

$args

Returns

mixed

setSharedValue()

setSharedValue(  $args = array()) : mixed

DESCRIPTOR: setSharedValue result or false on failure args["KEY"] args["DATA"] args["ttl"]

Parameters

$args

Returns

mixed

getSharedValue()

getSharedValue(  $args = array()) : mixed

DESCRIPTOR: result or false on failure args["KEY"] args["ttl"]

Parameters

$args

Returns

mixed