You are here

function gmap_flush_caches in GMap Module 7.2

Same name and namespace in other branches
  1. 6.2 gmap.module \gmap_flush_caches()
  2. 6 gmap.module \gmap_flush_caches()
  3. 7 gmap.module \gmap_flush_caches()

Implements hook_flush_caches().

@todo move this to GmapCacheToolbox

File

./gmap.module, line 526
GMap -- Routines to use the Google Maps API in Drupal.

Code

function gmap_flush_caches() {
  gmap_regenerate_markers();
}