/cache/stats endpoint returns a snapshot of every Google Places search query that the API has cached server-side. Each entry shows the original query string, the location it was run against, how many restaurant results were stored, and when it was cached. Use this endpoint to understand which searches have already been warmed up and to avoid redundant lookups in your integration.
Request
Response
The total number of distinct queries currently in the cache.
An array of cached query objects, one per stored search.