|
Cheetah
|
Public Member Functions | |
| __construct ($oDb) | |
| isInCache ($sKey) | |
| get ($sKey, $bFromCache=true) | |
| set ($sKey, $mixedValue) | |
| cache () | |
| clearCache () | |
Public Attributes | |
| $_oDb | |
| $_oCache | |
| $_sCacheFile | |
| $_aParams | |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 10 of file ChWsbParams.php.
| ChWsbParams::__construct | ( | $oDb | ) |
constructor
Definition at line 23 of file ChWsbParams.php.
| ChWsbParams::cache | ( | ) |
Definition at line 66 of file ChWsbParams.php.
| ChWsbParams::clearCache | ( | ) |
Definition at line 77 of file ChWsbParams.php.
| ChWsbParams::get | ( | $sKey, | |
$bFromCache = true |
|||
| ) |
Definition at line 43 of file ChWsbParams.php.
| ChWsbParams::isInCache | ( | $sKey | ) |
Definition at line 38 of file ChWsbParams.php.
| ChWsbParams::set | ( | $sKey, | |
| $mixedValue | |||
| ) |
Definition at line 53 of file ChWsbParams.php.
| ChWsbParams::$_aParams |
Definition at line 18 of file ChWsbParams.php.
| ChWsbParams::$_oCache |
Definition at line 16 of file ChWsbParams.php.
| ChWsbParams::$_oDb |
Definition at line 15 of file ChWsbParams.php.
| ChWsbParams::$_sCacheFile |
Definition at line 17 of file ChWsbParams.php.