NAME
Search::Sitemap::URLStore::Memory - Search::Sitemap in-memory URL store
METHODS
put( @urls )
Add one or more Search::Sitemap::URL objects to the URL store.
get( $url )
Retrieve a Search::Sitemap::URL object from the URL store.
all
Return all the Search::Sitemap::URL objects from the URL store.
SEE ALSO
Search::Sitemap::URLStore::Memory
AUTHOR
Jason Kohles, <email@jasonkohles.com>
COPYRIGHT AND LICENSE
Copyright (C) 2005-2009 by Jason Kohles
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.