|
XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
| namespace | Frameworks |
Functions | |
| mod_clearCacheFile ($name="", $dirname=null) | |
| mod_clearFile ($name="", $dirname=null, $root_path=XOOPS_CACHE_PATH) | |
| mod_clearSmartyCache ($pattern="") | |
| mod_createCacheFile ($data, $name=null, $dirname=null) | |
| mod_createCacheFile_byGroup ($data, $name=null, $dirname=null, $groups=null) | |
| mod_createFile ($data, $name=null, $dirname=null, $root_path=XOOPS_CACHE_PATH) | |
| mod_generateCacheId ($groups=null) | |
| mod_generateCacheId_byGroup ($groups=null) | |
| mod_loadCacheFile ($name, $dirname=null) | |
| mod_loadCacheFile_byGroup ($name, $dirname=null, $groups=null) | |
| mod_loadFile ($name, $dirname=null, $root_path=XOOPS_CACHE_PATH) | |
Variables | |
| endif | |
| mod_clearCacheFile | ( | $name = "", |
|
$dirname = null |
|||
| ) |
Definition at line 112 of file functions.cache.php.
References $dirname, and mod_clearFile().

| mod_clearFile | ( | $name = "", |
|
$dirname = null, |
|||
$root_path = XOOPS_CACHE_PATH |
|||
| ) |
Definition at line 91 of file functions.cache.php.
References $dirname, $file, and $handle.
Referenced by mod_clearCacheFile().

| mod_clearSmartyCache | ( | $pattern = "" | ) |
Definition at line 117 of file functions.cache.php.
References $dirname, $file, $handle, $xoopsModule, and XOOPS_CACHE_PATH.
| mod_createCacheFile | ( | $data, | |
$name = null, |
|||
$dirname = null |
|||
| ) |
Definition at line 52 of file functions.cache.php.
References $dirname, and mod_createFile().
Referenced by mod_createCacheFile_byGroup().


| mod_createCacheFile_byGroup | ( | $data, | |
$name = null, |
|||
$dirname = null, |
|||
$groups = null |
|||
| ) |
Definition at line 57 of file functions.cache.php.
References $dirname, mod_createCacheFile(), and mod_generateCacheId_byGroup().

| mod_createFile | ( | $data, | |
$name = null, |
|||
$dirname = null, |
|||
$root_path = XOOPS_CACHE_PATH |
|||
| ) |
Definition at line 40 of file functions.cache.php.
References $dirname, $xoopsModule, XoopsCache\write(), and xoops_load().
Referenced by mod_createCacheFile().


| mod_generateCacheId | ( | $groups = null | ) |
Definition at line 35 of file functions.cache.php.
References $groups, and mod_generateCacheId_byGroup().

| mod_generateCacheId_byGroup | ( | $groups = null | ) |
Definition at line 17 of file functions.cache.php.
References $groups, $xoopsUser, XOOPS_DB_PASS, and XOOPS_DB_USER.
Referenced by mod_createCacheFile_byGroup(), mod_generateCacheId(), and mod_loadCacheFile_byGroup().

| mod_loadCacheFile | ( | $name, | |
$dirname = null |
|||
| ) |
Definition at line 76 of file functions.cache.php.
References $dirname, and mod_loadFile().

| mod_loadCacheFile_byGroup | ( | $name, | |
$dirname = null, |
|||
$groups = null |
|||
| ) |
Definition at line 82 of file functions.cache.php.
References $dirname, mod_generateCacheId_byGroup(), and mod_loadFile().

| mod_loadFile | ( | $name, | |
$dirname = null, |
|||
$root_path = XOOPS_CACHE_PATH |
|||
| ) |
Definition at line 63 of file functions.cache.php.
References $dirname, $xoopsModule, XoopsCache\read(), and xoops_load().
Referenced by mod_loadCacheFile(), and mod_loadCacheFile_byGroup().


| endif |
Definition at line 136 of file functions.cache.php.