about summary refs log tree commit diff stats
path: root/cache.go
Commit message (Collapse)AuthorAgeFilesLines
* removed unneeded cache-checking function placeholdersBen Morrison2020-05-091-5/+0
|
* usercount query is doneBen Morrison2020-05-091-0/+2
|
* eliminated query-specific cache checking functionsBen Morrison2020-05-091-11/+29
| | | | stub for uptime, will have to adjust output later.
* consolidated osversion functions to osversion.goBen Morrison2020-05-091-24/+0
|
* consolidating functionality to a single handlerBen Morrison2020-05-091-14/+66
| | | | also, making cache interaction more generic.
* starting to structure cache checking for requestsBen Morrison2020-05-071-3/+27
|
* unifying cache checksBen Morrison2020-05-071-14/+27
|
* index page is cachingBen Morrison2020-05-071-0/+58