XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
functions.cache.php File Reference

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
 

Function Documentation

mod_clearCacheFile (   $name = "",
  $dirname = null 
)

Definition at line 112 of file functions.cache.php.

References $dirname, and mod_clearFile().

Here is the call graph for this function:

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().

Here is the caller graph for this function:

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().

Here is the call graph for this function:

Here is the caller graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

Here is the caller graph for this function:

mod_generateCacheId (   $groups = null)

Definition at line 35 of file functions.cache.php.

References $groups, and mod_generateCacheId_byGroup().

Here is the call graph for this function:

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().

Here is the caller graph for this function:

mod_loadCacheFile (   $name,
  $dirname = null 
)

Definition at line 76 of file functions.cache.php.

References $dirname, and mod_loadFile().

Here is the call graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

endif

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