# File lib/cache_manager.rb, line 104
  def key?(key)
    @cache.key? key
  end