\JCORE\CACHESTATIC_API_INTERFACE

for static implementations

interface STATIC_API_INTERFACE

Summary

Methods
Constants
singleton()
getValue()
setValue()
updateSharedValue()
setSharedValue()
getSharedValue()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

singleton()

singleton() 

This must be defined here rather than the abstract class because of scope issues the function should follow this implementation public static function singleton() { echo '<b>singleton['.__METHOD__.']['.__CLASS__.']</b>'; if (!isset(self::$instance)) { $c = __CLASS__; self::$instance = new $c; }

return self::$instance; }

getValue()

getValue(  $args = array()) : \JCORE\CACHE\return

Defines base functions to support public methods of CACHE_API interface for common frequent reads, occasional writes to cache DESCRIPTOR: getValue

Parameters

$args

Returns

\JCORE\CACHE\return —

NULL

setValue()

setValue(  $args = array()) : \JCORE\CACHE\return

Defines base functions to support public methods of CACHE_API interface for common frequent reads, occasional writes to cache DESCRIPTOR: setValue

Parameters

$args

Returns

\JCORE\CACHE\return —

NULL

updateSharedValue()

updateSharedValue(  $args = array()) : \JCORE\CACHE\return

Defines functions to support access to shared resoures interface for common frequent reads, frequent writes to cache DESCRIPTOR: updateSharedValue

Parameters

$args

Returns

\JCORE\CACHE\return —

NULL

setSharedValue()

setSharedValue(  $args = array()) : \JCORE\CACHE\return

Defines functions to support access to shared resoures interface for common frequent reads, frequent writes to cache DESCRIPTOR: setSharedValue

Parameters

$args

Returns

\JCORE\CACHE\return —

NULL

getSharedValue()

getSharedValue(  $args = array()) : \JCORE\CACHE\return

Defines functions to support access to shared resoures interface for common frequent reads, frequent writes to cache DESCRIPTOR: getSharedValue

Parameters

$args

Returns

\JCORE\CACHE\return —

NULL