Module: TwitterCache::Helpers
Instance Method Summary collapse
Instance Method Details
#cache ⇒ Object
7 8 9 |
# File 'lib/twitter_cache/helpers.rb', line 7 def cache @cache ||= TwitterCache::Redis.new end |
#config ⇒ Object
3 4 5 |
# File 'lib/twitter_cache/helpers.rb', line 3 def config TwitterCache.config end |