Memcached – Caching Google API calls for unit tests
I've got a Google App Engine project that uses the Google Cloud Language API, and I'm using the Google API Client Library (Python) to make the API calls. When running my unit tests, I make quite a few calls to…