daisylb / giki

A Git-backed wiki with multiple user support, templating and a Git smart HTTP server out of the box.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Caching module #11

Open daisylb opened 10 years ago

daisylb commented 10 years ago

Should be able to cache the following things:

Could follow a Git-database-style format, with files in the form .git/gikicache/storename/ke/ygoeshere containing either a bare-UTF8-text or MessagePack payload depending on the store.

It should be created on first use with no user interaction, since Giki wikis are supposed to be just ordinary Git repositories.