Skip to content

F56: Caching

Jonas Kurz requested to merge f56-caching into dev

Implements basic per-view caching. The whole cache is invalidated as soon as any entry in the database is changed (e.g. through the admin interface). Otherwise, the cache is automatically invalidated after 12 hours.

Closes #50 (closed)

Edited by Jonas Kurz

Merge request reports