blob: 839394aa4455461e70e04ebbfa4e833d2b8db688 (
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 tdeio_http fill in expire dates other than 0.
DONE:
* Start khttpcache from tdeio_http if the file "cleaned"
is older than 30(?) minutes.
* Accept command line parameteres
|