Devise\Pages\Interpreter\BladeEngineCompiler::isExpired PHP Method

isExpired() public method

Determine if the given view is expired.
public isExpired ( string $path ) : boolean
$path string
return boolean
    public function isExpired($path)
    {
        return $this->compiler->isExpired($path);
    }