-
-
Save dohzya/826eba757a1d165bf9d3 to your computer and use it in GitHub Desktop.
This file contains 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
# You can pass any object implementing the same methods as the BasicCache | |
# https://github.com/prismicio/ruby-kit/blob/master/lib/prismic/cache/basic.rb | |
cache = Prismic::BasicCache.new | |
api = Prismic::api('https://lesbonneschoses.prismic.io/api', cache: cache) | |
# The Api will use the custom cache object |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment