OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
oxModuleCache Class Reference
+ 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

Detailed Description

Module cache events handler class.

Definition at line 9 of file oxmodulecache.php.

Constructor & Destructor Documentation

oxModuleCache::__construct ( oxModule  $_oModule)

Sets dependencies.

Parameters
oxModule$_oModule

Definition at line 22 of file oxmodulecache.php.

Member Function Documentation

oxModuleCache::_clearApcCache ( )
protected

Cleans PHP APC cache

Definition at line 67 of file oxmodulecache.php.

oxModuleCache::getModule ( )

Gets module.

Returns
oxModule

Definition at line 42 of file oxmodulecache.php.

oxModuleCache::resetCache ( )

Resets template, language and menu xml cache

Definition at line 50 of file oxmodulecache.php.

oxModuleCache::setModule (   $oModule)

Sets module.

Parameters
oxModule$oModule

Definition at line 32 of file oxmodulecache.php.

Member Data Documentation

oxModuleCache::$_oModule = null
protected

Definition at line 15 of file oxmodulecache.php.


The documentation for this class was generated from the following file: