Open
Description
Hi. I am looking at this library for using in my code, but I have a question: Would it be possible to implement a response cache?
Right now, in my sync code, I am using the httplib2 cache functionality for this, which caches content using the ETags that the API provides. This is the recommended approach by the official google-api-python-client (see https://github.com/googleapis/google-api-python-client/blob/main/docs/performance.md#cache).
How to implement this in with aiogoogle?
Thank you for your time.