Since #1515372: Caching Results there is a (very) persistent cache. That's good, because a street's location on the planet doesn't change very often. Yet, you might want to redo all or some queries, because something else has changed.

Since empty results are cached too (by default), it'd be good to separate the cache flush: all caches, only no-results caches.

And maybe a cache summary, to give an admin some perspective.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rudiedirkx created an issue. See original summary.

rudiedirkx’s picture

Status: Active » Needs review
FileSize
3.78 KB
16.97 KB

Patch to do all that. At the bottom of the settings form. That MIGHT be a problem if there are tens of thousands of cache entries, but I don't think so.

geocoder cache fieldset

Pol’s picture

Status: Needs review » Closed (outdated)