Ubiquity
2.0.3
php rapid development framework
|
Public Member Functions | |
fetch ($tableName, $condition) | |
store ($tableName, $condition, $result) | |
delete ($tableName, $condition) | |
![]() | |
__construct () | |
store ($tableName, $condition, $result) | |
Caches the given data with the given key (tableName+md5(condition)). More... | |
fetch ($tableName, $condition) | |
Fetches data stored for the given condition in table. More... | |
delete ($tableName, $condition) | |
Deletes the entry corresponding to $condition apply to $table. More... | |
clear ($matches="") | |
remove ($key) | |
setActive ($value=true) | |
Additional Inherited Members | |
![]() | |
static | $active =false |
![]() | |
getKey ($query) | |
![]() | |
$cache | |
$config | |
Definition at line 8 of file QueryCache.php.
delete | ( | $tableName, | |
$condition | |||
) |
Definition at line 21 of file QueryCache.php.
fetch | ( | $tableName, | |
$condition | |||
) |
Definition at line 10 of file QueryCache.php.
store | ( | $tableName, | |
$condition, | |||
$result | |||
) |
Definition at line 17 of file QueryCache.php.