aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/render/PageCacheManager.php
Commit message (Collapse)AuthorAgeFilesLines
* Daily RSS Cache: invalidate cache base on the dateArthurHoaro2020-12-171-2/+12
| | | | | | Currently the cache is only invalidated when the datastore changes, while it should rely on selected period of time. Fixes #1659
* Process Daily RSS feed through Slim controllerArthurHoaro2020-07-231-1/+16
| | | | The daily RSS template has been entirely rewritten to handle the whole feed through the template engine.
* Migrate cache purge function to a proper classArthurHoaro2020-07-231-0/+45
And update dependencies and tests. Note that SESSION['tags'] has been removed a log ago