Thanks <@U0RQY0KK5> :slightly_smiling_face: and co...
# prisma-whats-new
s
Thanks @nilan 🙂 and congrats to the team! image API documentation mentions it doesn't support image caching, so does that mean that the transformations can't be used on a regular basis? So we should only transform the images once, then store the transformation explicitly somewhere else? Or what is the recommendation?
n
@sdubois thanks for bringing this up! The documentation is not uptodate. Image transformations are actually cached, so if a valid transformation URL was called once, the file there will be calculated and persisted. If you call it again, it won't be calculated again.
s
Ok wonderful :)