# File lib/termtter/rubytter_proxy.rb, line 91
    def cached_status(status_id)
      status = Termtter::Client.memory_cache.get(['status', status_id].join('-'))
      ActiveRubytter.new(status) if status
    end