This document discusses caching search results in Solr. It describes two main caches: the QueryResultCache, which caches query results including the document IDs, filter queries, and sort order; and the FilterCache, which caches filter clauses to improve performance of queries using common filters. It recommends using the CacheViewHandler tool to view cached results and provide examples of how to effectively cache queries using filters and sorting.