Public Member Functions | Protected Member Functions | Protected Attributes

oxModuleCache Class Reference

Inheritance diagram for oxModuleCache:
Collaboration diagram for oxModuleCache:

List of all members.

Public Member Functions

 __construct (oxModule $_oModule)
 setModule ($oModule)
 getModule ()
 resetCache ()

Protected Member Functions

 _clearApcCache ()

Protected Attributes

 $_oModule = 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: