# File lib/termtter/rubytter_proxy.rb, line 96 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