Prado\Web\UI\WebControls\TOutputCacheCheckDependencyEventParameter::getCacheTime PHP Method

getCacheTime() public method

Since: 3.1.1
public getCacheTime ( ) : integer
return integer the timestamp of the cached result. You may use this to help determine any dependency is changed.
    public function getCacheTime()
    {
        return $this->_cacheTime;
    }
TOutputCacheCheckDependencyEventParameter