]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Daily RSS Cache: invalidate cache base on the date 1666/head
authorArthurHoaro <arthur@hoa.ro>
Thu, 17 Dec 2020 14:43:33 +0000 (15:43 +0100)
committerArthurHoaro <arthur@hoa.ro>
Thu, 17 Dec 2020 14:48:03 +0000 (15:48 +0100)
commitf00600a283617286c813dc902fe3a2d66938b5fc
tree9dc783ade453f26b315c681607caa00fe1eade14
parentab4c170672c0679c5b8ebc6065e3ca2b13165f24
Daily RSS Cache: invalidate cache base on the date

Currently the cache is only invalidated when the datastore changes, while it should rely on selected period of time.

Fixes #1659
application/feed/CachedPage.php
application/front/controller/visitor/DailyController.php
application/helper/DailyPageHelper.php
application/render/PageCacheManager.php
tests/feed/CachedPageTest.php
tests/helper/DailyPageHelperTest.php