summaryrefslogtreecommitdiff
path: root/classes/cache
AgeCommit message (Collapse)Author
2022-12-20Only touch on send for expirable cache files.wn_
With d373b7b452c6d64b47180940ed88c99c21bd9bc3 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-11-24rework favicon storage to use DiskCacheAndrew Dolgov
2022-11-24DiskCache: tweak how expiration is invokedAndrew Dolgov
2022-11-24deprecate DiskCache->touch()Andrew Dolgov
2022-11-23update_rss_feed: use DiskCache to store feed dataAndrew Dolgov
2022-11-23 * split local cache implementation into a separate classAndrew Dolgov
* allow custom implementations provided by plugins