Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
KiokuDB::GC::Naive - Naive mark and sweep garbage collection
SYNOPSIS
use KiokuDB::GC::Naive;
my $gc = KiokuDB::GC::Naive->new(
backend => $backend,
);
$backend->delete( $gc->garbage->members );
DESCRIPTION
This class implements full mark and sweep garbage collection for a backend supporting KiokuDB::Backend::Role::Scan.