Prado\Web\TCacheHttpSession::getCacheModuleID PHP Method

getCacheModuleID() public method

public getCacheModuleID ( ) : string
return string the ID of the cache module.
    public function getCacheModuleID()
    {
        return $this->_cacheModuleID;
    }