You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
429 B
21 lines
429 B
15 years ago
|
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
|