Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: Disc: Plug In System

Quote Reply
Re: Disc: Plug In System In reply to
Yes, you could do it as a cronjob:

use Links qw/$DB/;
my $cache = $DB->table('SearchCache');
$cache->delete_all;

Would remove all the entries in the cache. Right now it doesn't store a date so your only options are to remove all.

Cheers,

Alex

--
Gossamer Threads Inc.
Subject Author Views Date
Thread Disc: Plug In System Alex 5814 Sep 6, 2000, 2:42 PM
Thread Re: Disc: Plug In System
Paul 5541 Dec 16, 2000, 10:24 AM
Thread Re: Disc: Plug In System
Alex 5515 Dec 18, 2000, 12:49 PM
Thread Re: Disc: Plug In System
Paul 5512 Dec 18, 2000, 12:57 PM
Thread Re: Disc: Plug In System
Alex 5541 Dec 18, 2000, 1:17 PM
Thread Re: Disc: Plug In System
Paul 5472 Dec 18, 2000, 1:31 PM
Thread Re: Disc: Plug In System
Stealth 5470 Dec 18, 2000, 1:47 PM
Thread Re: Disc: Plug In System
Jagerman 5463 Dec 18, 2000, 1:51 PM
Post Re: Disc: Plug In System
Paul 5480 Dec 18, 2000, 4:52 PM
Thread Re: Disc: Plug In System
Paul 5450 Dec 18, 2000, 5:07 PM
Thread Re: Disc: Plug In System
Alex 5464 Dec 18, 2000, 5:54 PM
Post Re: Disc: Plug In System
Paul 5449 Dec 18, 2000, 6:02 PM
Post Re: Disc: Plug In System
Paul 5515 Dec 18, 2000, 2:24 PM
Post Re: Disc: Plug In System
robfromaaa 5426 Dec 18, 2000, 10:52 PM