|
OXID eShop CE
4.9.6
|
Inheritance diagram for oxModuleCache:
Collaboration diagram for oxModuleCache:Public Member Functions | |
| __construct (oxModule $_oModule) | |
| setModule ($oModule) | |
| getModule () | |
| resetCache () | |
Public Member Functions inherited from oxSuperCfg | |
| __call ($sMethod, $aArgs) | |
| __construct () | |
| getConfig () | |
| setConfig ($oConfig) | |
| getSession () | |
| setSession ($oSession) | |
| getUser () | |
| setUser ($oUser) | |
| isAdmin () | |
| setAdminMode ($blAdmin) | |
Protected Member Functions | |
| _clearApcCache () | |
Protected Attributes | |
| $_oModule = null | |
Additional Inherited Members | |
Static Protected Attributes inherited from oxSuperCfg | |
| static | $_oConfig = null |
| static | $_oSession = null |
| static | $_oRights = null |
| static | $_oActUser = null |
| static | $_blIsAdmin = null |
Module cache events handler class.
Definition at line 9 of file oxmodulecache.php.
| oxModuleCache::__construct | ( | oxModule | $_oModule | ) |
|
protected |
Cleans PHP APC cache
Definition at line 67 of file oxmodulecache.php.
| oxModuleCache::getModule | ( | ) |
| oxModuleCache::resetCache | ( | ) |
Resets template, language and menu xml cache
Definition at line 50 of file oxmodulecache.php.
| oxModuleCache::setModule | ( | $oModule | ) |
|
protected |
Definition at line 15 of file oxmodulecache.php.