From b3672ad2a1bcd654e6093034824fe9fd13c4e70b Mon Sep 17 00:00:00 2001
From: Rune Schjellerup Philosof <rune.git@philosof.dk>
Date: Wed, 11 Dec 2013 15:35:36 +0100
Subject: [PATCH] Issue #1485622 by RunePhilosof: Added cache_menu bin.

---
 cache_actions.module | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cache_actions.module b/cache_actions.module
index 4e1c6ba..d3be9ea 100644
--- a/cache_actions.module
+++ b/cache_actions.module
@@ -78,6 +78,7 @@ function cache_actions_get_cache_bins() {
       'cache' => 'cache',
       'cache_block' =>
       'cache_block',
+      'cache_menu' => 'cache_menu',
       'cache_filter' => 'cache_filter',
       'cache_page' => 'cache_page',
     );
-- 
1.8.1.2

