Created
June 12, 2020 14:31
-
-
Save goodviber/ab2060fa6ca93ef684adbcef4b400b8b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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