--- taxi.module	2008-05-09 05:39:07.000000000 -0700
+++ /Users/jrbeeman/Projects/drupal/lrm/sites/all/modules/contrib/taxi/taxi.module	2008-05-20 10:41:56.000000000 -0700
@@ -543,4 +567,12 @@
   return $array;
 }
 
+/**
+ * Implementation of hook_devel_caches()
+ * Include {cache_taxi} in the list of tables cleared by devel's 'empty cache'
+ */
+function taxi_devel_caches() {
+  return array('cache_taxi');
+}
+
 ?>
