CGI-Application-NetNewsIface

 view release on metacpan or  search on metacpan

lib/CGI/Application/NetNewsIface.pm  view on Meta::CPAN

614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
EOF
}
 
=head2 $cgiapp->update_group($group)
 
Updates the cache records for the NNTP group C<$group>. This method is used
for maintenance, to make sure a script loads promptly.
 
=cut
 
sub update_group
{
    my $self = shift;
    my $group = shift;
 
    my $cache = CGI::Application::NetNewsIface::Cache::DBI->new(
        {
            'nntp' => $self->_get_nntp(),
            'dsn' => $self->param('dsn'),
        },
    );



( run in 0.266 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )