Prado\Caching\TFileCacheDependency::setFileName PHP Method

setFileName() public method

public setFileName ( $value )
    public function setFileName($value)
    {
        $this->_fileName = $value;
        $this->_timestamp = @filemtime($value);
    }