Overtrue\PHPLint\Cache::exists PHP 메소드

exists() 공개 정적인 메소드

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