Lyrics::Fetcher::Cache - implement caching of lyrics


Lyrics-Fetcher documentation  | view source Contained in the Lyrics-Fetcher distribution.

Index


NAME

Top

Lyrics::Fetcher::Cache - implement caching of lyrics

DESCRIPTION

Top

This module deals with the caching of lyrics for Lyrics::Fetcher, using whatever supported caching methods are available.

This is not intended to be used directly, it should be called solely by Lyrics::Fetcher. See Lyrics::Fetcher for usage details.

INTERFACE

Top

get($artist, $title)

Attempt to fetch from whatever cache module we managed to use

set($artist, $title, $lyrics)

Attempt to store the value into the cache

fetch($artist, $title)

Alias for get, primarily in case this module gets mistaken for a normal fetcher module. Don't call this, call get().

BUGS

Top

There are no known bugs, if you catch one please let me know.

CONTACT AND COPYRIGHT

Top

LICENSE

Top

All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


Lyrics-Fetcher documentation  | view source Contained in the Lyrics-Fetcher distribution.