\JCORE\CACHECACHE_COMMON_API_INTERFACE

interface CACHE_COMMON_API_INTERFACE

@package JCORE

Summary

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

Methods

getValue()

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

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

Parameters

$args

Returns

\JCORE\CACHE\return —

NULL

setValue()

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

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

Parameters

$args

Returns

\JCORE\CACHE\return —

NULL

updateSharedValue()

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

updateSharedValue Defines functions to support access to shared resources interface 4 common frequent reads, frequent writes to cache

Parameters

$args

Returns

\JCORE\CACHE\return —

NULL

setSharedValue()

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

setSharedValue Defines functions to support access to shared resources interface 4 common frequent reads, frequent writes to cache

Parameters

$args

Returns

\JCORE\CACHE\return —

NULL

getSharedValue()

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

getSharedValue Defines functions to support access to shared resources interface 4 common frequent reads, frequent writes to cache

Parameters

$args

Returns

\JCORE\CACHE\return —

NULL