@@ -138,11 +138,18 @@ Use this in templates with strings returned from @racket[->html] when called on docs that use the @racket[fenced-listing] tag function. } -@section{Deleting records} +@section{Modifying the cache} + +@defproc[(save-cache-things! + [things (listof (or/c cache:article? cache:note? cache:index-entry?))]) void?]{ + +Saves all the @racket[_thing]s to the cache database. + +} @deftogether[(@defproc[(delete-article! [page stringish?]) void?] @defproc[(delete-notes! [page stringish?]) void?])]{ Delete a particular article, or all notes for a particular article, respectively.