Commit 27b7100c authored by Italo Mairo's avatar Italo Mairo Committed by Italo Mairo
Browse files

Issue #2994249 by weseze, itamair: Option to persist geocode cache (support for PCB module)

parent f434e617
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -313,6 +313,15 @@ the Response result output is empty, with a 204 ("No content") response
status code. See the Drupal logs for information regarding possible Geocoder
wrong configurations causes.

## Persistent cache for geocoded points
Ref: Geocoder issue:
[#2994249](https://www.drupal.org/project/geocoder/issues/2994249)
It is possible to persist the geocode cache when drupal caches are cleared,
enabling support and configuration for the
.
- install [Permanent Cache Bin module](https://www.drupal.org/project/pcb)
- in your *settings.php add:
  `$settings['cache']['bins']['geocoder'] = 'cache.backend.permanent_database'`

# Upgrading from Geocoder 2.x to 3.x