NAME
WWW::Crawler::Mojo::Queue::Memory - Crawler queue with memory
SYNOPSIS
DESCRIPTION
Crawler queue with memory.
ATTRIBUTES
This class inherits all methods from WWW::Crawler::Mojo::Queue and implements following new ones.
fix
A hash whoes keys are md5 hashes of enqueued URLs.
jobs
jobs.
METHODS
This class inherits all methods from WWW::Crawler::Mojo::Queue.
dequeue
Implement for WWW::Crawler::Mojo::Queue interface.
enqueue
Implement for WWW::Crawler::Mojo::Queue interface.
length
Implement for WWW::Crawler::Mojo::Queue interface.
next
Implement for WWW::Crawler::Mojo::Queue interface.
requeue
Implement for WWW::Crawler::Mojo::Queue interface.
shuffle
Implement for WWW::Crawler::Mojo::Queue interface.
AUTHOR
Sugama Keita, <sugama@jamadam.com>
COPYRIGHT AND LICENSE
Copyright (C) Sugama Keita.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.