The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Search::Sitemap::URLStore - Abstract base class for Search::Sitemap URL stores

DESCRIPTION

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

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.