BxDolCacheUtilities::__construct PHP Method

__construct() public method

public __construct ( )
    function __construct()
    {
        // member menu
        bx_import('BxDolMemberMenu');
        $this->oMemberMenu = new BxDolMemberMenu();
        $this->oCacheMemberMenu = $this->oMemberMenu->getCacheObject();
        // page blocks
        bx_import('BxDolPageViewAdmin');
        $oPageViewCacher = new BxDolPageViewCacher('', '');
        $this->oCachePb = $oPageViewCacher->getBlocksCacheObject();
        // DB
        $this->oCacheDb = $GLOBALS['MySQL']->getDbCacheObject();
        // templates
        $this->oCacheTemplates = $GLOBALS['oSysTemplate']->getTemplatesCacheObject();
    }