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