Module: TwitterCache::Helpers

Included in:
Client, Redis
Defined in:
lib/twitter_cache/helpers.rb

Instance Method Summary collapse

Instance Method Details

#cacheObject



7
8
9
# File 'lib/twitter_cache/helpers.rb', line 7

def cache
  @cache ||= TwitterCache::Redis.new
end

#configObject



3
4
5
# File 'lib/twitter_cache/helpers.rb', line 3

def config
  TwitterCache.config
end