You are here

function location_flush_caches in Location 7.3

Implements hook_flush_caches().

File

./location.module, line 198
Location module main routines. An implementation of a universal API for location manipulation. Provides functions for postal_code proximity searching, deep-linking into online mapping services. Currently, some options are configured through an…

Code

function location_flush_caches() {
  return array(
    'cache_location',
  );
}