Index: trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 24372)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 24384)
@@ -1362,4 +1362,11 @@
     $log->logdie("no keys found") unless ( scalar @keys );
 
+    if (defined $self->cache) {
+    	foreach my $path (@keys) {
+            $self->cache->set($path, 1);
+        	$log->debug("key added to cache as: $path");
+	}
+    }
+
     $log->debug( "leaving" );
 
