NAME

RSSCache::Backend::Memory - Backend implementations for storage in the memory (RAM).

SYNOPSIS

        use RSSCache::Backend::Memory;
        $RSSCache::Backend = RSSCache::Backend::Memory->new();

DESCRIPTION

This class is a RSSCache::Backend implementation which stores all the feeds inside the memory (RAM, i.e. in an hash).

METHODS

Since all the methods of this class have been documented in RSSCache::Backend they won't be documented here once again.

AUTHOR

Copyright 2006 Thomas Wittek (mail at gedankenkonstrukt dot de). All rights reserved.

LICENsE

This document is free software. It is distributed under the same terms as Perl itself.

SEE ALSO

RSSCache, RSSCache::Backend