Closed
Description
@tmatsuo proposed in #110 to cache discovery.build()
, however, #294 has stopped using cache outside of the GAE (appengine) environment (see also #299). E.g. the discovery.build()
is not cached in the CGE environment. Is it possible to bring the file caching back, or provide some example of file cache (subclass of googleapiclient.discovery_cache.Cache
)?