Sha256: fa1941a2d3210c8c78b46dc0ae8bd4ea34a3f3898d1ce1a6a0808daf40f39e02

Contents?: true

Size: 196 Bytes

Versions: 2

Compression:

Stored size: 196 Bytes

Contents

module Twitter
  module Cache
    module Helpers
      def config
        Twitter::Cache.config
      end

      def cache
        @cache ||= Twitter::Cache::Redis.new
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
twitter-cache-0.2.1 lib/twitter/cache/helpers.rb
twitter-cache-0.2.0 lib/twitter/cache/helpers.rb