79 assert(signum == SIGINT);
80 DBG(cerr <<
"Inside the HTTPCacheInterruptHandler." << endl);
82 vector<string> *of = &HTTPCache::_instance->d_open_files;
84 DBG(copy(of->begin(), of->end(),
85 ostream_iterator<string>(cerr,
"\n")));
87 for_each(of->begin(), of->end(), unlink_file);
89 HTTPCache::delete_instance();