blob: 7714bfba69422a1cef475c1f945bc0a19dc4b428 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
khttpcache README
=================
khttpcache checks the HTTP Cache of a user
and throws out expired entries.
TODO:
* Skip entries which end in .new and are younger than
30 minutes / delte entries which end in .new and are
older than 30 minutes.
* Let kio_http fill in expire dates other than 0.
DONE:
* Start khttpcache from kio_http if the file "cleaned"
is older than 30(?) minutes.
* Accept command line parameteres
|