]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Migrate cache purge function to a proper class
authorArthurHoaro <arthur@hoa.ro>
Thu, 23 Jan 2020 20:13:41 +0000 (21:13 +0100)
committerArthurHoaro <arthur@hoa.ro>
Thu, 23 Jul 2020 19:19:21 +0000 (21:19 +0200)
commitb0428aa9b02b058b72c40b6e8dc2298d55bf692f
treec57176b24d76836a73608fb273b1094fcb8de785
parent485b168a9677d160b0c0426e4f282b9bd0c632c1
Migrate cache purge function to a proper class

And update dependencies and tests.

Note that SESSION['tags'] has been removed a log ago
application/bookmark/BookmarkFileService.php
application/bookmark/BookmarkIO.php
application/feed/Cache.php [deleted file]
application/legacy/LegacyLinkDB.php
application/render/PageCacheManager.php [new file with mode: 0644]
index.php
tests/bootstrap.php
tests/legacy/LegacyLinkDBTest.php
tests/render/PageCacheManagerTest.php [moved from tests/feed/CacheTest.php with 70% similarity]