Overtrue\PHPLint\Cache::exists PHP Méthode

exists() public static méthode

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