diff --git a/authcache.module b/authcache.module
index 65b8158..a3c8639 100644
--- a/authcache.module
+++ b/authcache.module
@@ -55,6 +55,11 @@ function authcache_menu() {
     'access arguments' => array('administer site configuration'),
   );*/
 
+  $items['admin/config/development/performance/cache'] = array(
+    'title' => "Cache",
+    'type' => MENU_DEFAULT_LOCAL_TASK,
+  );
+
   $items['admin/config/development/performance/authcache/config'] = array(
     'title' => 'Configuration',
     'type' => MENU_DEFAULT_LOCAL_TASK,
