diff --git views.drush.inc views.drush.inc
new file mode 100644
index 0000000..ab77875
--- /dev/null
+++ views.drush.inc
@@ -0,0 +1,14 @@
+<?php
+// $Id$
+
+/**
+ * @file
+ * Drush integration of views.
+ */
+
+/**
+ * Adds a cache clear option for views.
+ */
+function views_drush_cache_clear(&$types) {
+  $types['views'] = 'views_invalidate_cache';
+}
\ No newline at end of file
