Skip to content

Instantly share code, notes, and snippets.

@rishighan
Created March 17, 2015 01:49
Show Gist options
  • Save rishighan/60e01fe02fa4ed1f4691 to your computer and use it in GitHub Desktop.
Save rishighan/60e01fe02fa4ed1f4691 to your computer and use it in GitHub Desktop.
result = Rails.cache.fetch('google_analytics_api/#{cache_key}', expires_in: 2.hours) { client.execute(:api_method => analytics.data.ga.get, :parameters => parameters) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment