--- apachesolr_views_query.inc	    2011-09-19 19:24:40.561791171 +0700
+++ apachesolr_views_query.diff.inc	2011-09-19 19:24:08.270543643 +0700
@@ -312,6 +312,7 @@
 
     try {
       $response = $this->_solr_service->search($this->_query, $this->offset, $this->limit, $this->_params);
+      apachesolr_static_response_cache($response, 'apachesolr_search');
       
       $view->total_rows = $total = $response->response->numFound;
 
