Check if a cache file exists for key.

Property definitions

github :: cache $ GithubAPI :: has_cache
	# Check if a cache file exists for `key`.
	fun has_cache(key: String): Bool do
		return store.has_key(key)
	end
lib/github/cache.nit:78,2--81,4