Differences From Artifact [aa0f66e5]:
- File code-docs/cache.scrbl — part of check-in [dc332aff] at 2020-02-14 22:25:43 on branch doc-expansion — Reorganize Pollen and cache stuff in scribble docs (user: joel, size: 11091) [annotate] [blame] [check-ins using]
To Artifact [2e144f88]:
- File code-docs/cache.scrbl — part of check-in [82481872] at 2020-02-19 03:28:36 on branch doc-expansion — Further reorg code docs (user: joel, size: 11498) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
215 216 217 218 219 220 221 |
@defstruct*[cache:series ([id id/f]
[page symbol/f]
[title string/f]
[published string/f]
[noun-plural string/f]
[noun-singular string/f])
#:constructor-name make-cache:series]{
| | > > > > > > > > > | 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 |
@defstruct*[cache:series ([id id/f]
[page symbol/f]
[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.
}
@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.
}
|