@@ -217,7 +217,16 @@ [title string/f] [published string/f] [noun-plural string/f] [noun-singular string/f]) #:constructor-name make-cache:series]{ -Table holding cached-information on series. +Table holding cached information on series. +} + +@defstruct*[cache:index-entry ([id id/f] + [entry string/f] + [subentry string/f] + [page symbol/f] + [html-anchor string/f]) + #:constructor-name make-cache:index-entry]{ +Table holding cached information about index entries found in articles. }