Can I cache the url returned from get_serving_url()? How long until the url expire? I plan to add caching support to my application to reduce load.
Thank you very much for your response 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you can cache it, as long as you keep a separate cache for each different
sizeandcropvalue. The URL will only expire if you delete the Blob (although it may take up to 24 hours to effectively be deleted).Source: here (see response by Ikai L)