Changes between Version 1 and Version 2 of Disk Cache
- Timestamp:
- Jun 11, 2008, 7:57:46 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Disk Cache
v1 v2 1 Some notes about how different browsers implement disk cache 2 1 3 Konqueror 4 5 {{{ 6 kdelibs/kioslave/http/http_cache_cleaner.cpp 7 kdelibs/kioslave/http/http.cpp 8 }}} 2 9 3 10 Cache is stored in "~/.kde/cache-katherline/http/[0-9a-z]/" … … 22 29 Also r/www.reddit.com_static_aupmod.png_2cd5ba49_freq contains the number of times the url has been requested in a fashion that is not lock safe a has a bunch of problems. Not something I would recomend copying 23 30 24 A seperate application goes through cleaning the cache .31 A seperate application goes through cleaning the cache removing oldest first. 25 32 26 33 A very simple system.