# File lib/termtter/rubytter_proxy.rb, line 100
    def store_status_cache(status)
      Termtter::Client.memory_cache.set(['status', status.id].join('-'), status.to_hash, 3600 * 24 * 14)
      store_user_cache(status.user)
    end