\JCORE\CACHEXCACHE_static

Class XCACHE_static

Summary

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

Properties

$instance

$instance : boolean

private instance of the class

Type

boolean

$intialized

$intialized : boolean

is the object initialized

Type

boolean

Methods

bark()

bark() : string

Example method.

..make some noise

Returns

string

__clone()

__clone() : string

Prevent users to clone the instance

Returns

string

singleton()

singleton(  $args = null) : mixed

singleton method

Parameters

$args

Returns

mixed

intialize()

intialize(  $args) : null

DESCRIPTOR: intialize

Parameters

$args

Returns

null

isIntialized()

isIntialized() : null

DESCRIPTOR: isIntialized

Returns

null

getValue()

getValue(  $args = array()) : null

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

Parameters

$args

Returns

null

setValue()

setValue(  $args = array()) : null

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

Parameters

$args

Returns

null

updateSharedValue()

updateSharedValue(  $args = array()) : null

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

Parameters

$args

Returns

null

setSharedValue()

setSharedValue(  $args = array()) : mixed

DESCRIPTOR: 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

__construct()

__construct(  $args = null) : null

DESCRIPTOR: __construct

Parameters

$args

Returns

null