@@ -43,15 +43,6 @@ article. If there are @racket[note]s or @racket[index] tags in the doc, they are parsed and saved individually to the SQLite cache (using @racket[make-cache:note] and @racket[make-cache:index-entry]). If any of the notes use the @code{#:disposition} attribute, information about the disposition is parsed out and used in the rendering of the article. -} - -@defproc[(cache-series!) void?]{ - -Attempts to look up certain values in @racket[current-metas] which we expect to be defined on -a typical series page, and saves them to the cache using @racket[make-cache:series]. If @tt{title} -is not defined in the current metas, you’ll get an error. If any of the others are missing, an empty -string is used. - }