ttrss/classes/cache
wn_ 8b129626cd Only touch on send for expirable cache files.
With d373b7b452 feed icon modification times get used for cache-busting, but 'Cache_Local' updates that
value on each send.  This change makes it so the modification time only gets updated on files in expirable caches, keeping the value
consistent between sends for files in non-expiring caches.

Also, marking 'Cache_Local::send_local_file()' private since it's unique to that adapter.
2022-12-20 02:16:47 +00:00
..
adapter.php rework favicon storage to use DiskCache 2022-11-24 23:31:33 +03:00
local.php Only touch on send for expirable cache files. 2022-12-20 02:16:47 +00:00