@@ -37,12 +37,11 @@ those on the lower rows. The bottom row are the @tt{.poly.pm} files that make up @tech{articles} and @tech{series}. Individual articles, while they are being rendered to HTML pages, save copies of their metadata and HTML to the SQLite cache. This is done by calling @racket[parse-and-cache-article!] from within -their template. Likewise, series pages cache themselves with a call to @racket[cache-series!] from -within their template. +their template. Any pages that gather content from multiple articles, such as Series pages and the RSS feed, pull this content directly from the SQLite cache. This is much faster than trawling through Pollen’s cached metas of every article looking for matching articles.