-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write a good documentation #42
Comments
Hi Kevin, thanks for the library, I am using in production just fine! When you have time, could you write an example on how to implement the Flysystem cache? I tried but couldn't figure out how. I am new into this. Thanks again! BTW I have you referenced here in Orchestrate library https://github.com/andrefelipe/orchestrate-php#cache-middleware |
@andrefelipe Hi, thank you for using it! |
Hi, can I even point that the example given for the public cache seems wrong? the code example should use the Or what's the diffrerence between thank you. |
Hi @Raffaello, you're right! The difference is about privacy and cache headers. Public cache will not cache something marked as |
@andrefelipe I have added an example for |
Hey @Kevinrob thank you very much! Interesting to see the possibility to cache in S3 buckets. Not sure the IO delay will pay off, but great to have the possibility. |
Good job on this beautifully designed package! After a bit of poking around I found out that the caching strategy I really need is My use case is this: I'm writing a Goutte-based web scraper and I need to cache Guzzle responses for a reasonable amount of time. |
No description provided.
The text was updated successfully, but these errors were encountered: