Skip to content

Instantly share code, notes, and snippets.

@goodviber
Created June 12, 2020 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goodviber/ab2060fa6ca93ef684adbcef4b400b8b to your computer and use it in GitHub Desktop.
Save goodviber/ab2060fa6ca93ef684adbcef4b400b8b to your computer and use it in GitHub Desktop.
class Flickr
def self.cached_request
Rails.cache.fetch "photos", :expires_in => 5.minutes do
flickr.photos.getRecent
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment