Overtrue\PHPLint\Cache::exists PHP Method

exists() public static method

Check cache exists.
public static exists ( ) : boolean
return boolean
    public static function exists()
    {
        return file_exists(self::getFilename());
    }