Class Cache
Manage cache interaction in a module. Cache key will be prefixed with the module name to segregate it from keys set by other modules or system functions. Cache data is by definition serialized, so any arbitrary data (i.e. array, object) can be stored.
- Xmf\Module\Helper\AbstractHelper
- Xmf\Module\Helper\Cache
Namespace: Xmf\Module\Helper
Package: Xmf
Category: Xmf\Module\Helper\Cache
Copyright: 2011-2016 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: trabis lusopoemas@gmail.com
Author: Richard Griffith richard@geekwright.com
Link: http://xoops.org
Located at lass/libraries/vendor/xoops/xmf/src/Xmf/Module/Helper/Cache.php
Package: Xmf
Category: Xmf\Module\Helper\Cache
Copyright: 2011-2016 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: trabis lusopoemas@gmail.com
Author: Richard Griffith richard@geekwright.com
Link: http://xoops.org
Located at lass/libraries/vendor/xoops/xmf/src/Xmf/Module/Helper/Cache.php
public
|
|
protected
string
|
|
public
boolean
|
|
public
mixed
|
|
public
|
|
public
mixed
|
__construct(),
addLog(),
setDebug()
|
protected
string
|
$prefix
|
|
protected
|
$cache
|
$debug,
$module
|