Module: Twitter::Cache::Helpers
Instance Method Summary collapse
Instance Method Details
#cache ⇒ Object
8 9 10 |
# File 'lib/twitter/cache/helpers.rb', line 8 def cache @cache ||= Twitter::Cache::Redis.new end |
#config ⇒ Object
4 5 6 |
# File 'lib/twitter/cache/helpers.rb', line 4 def config Twitter::Cache.config end |