RSSCache::Backend::Memory - Backend implementations for storage in the memory (RAM).
use RSSCache::Backend::Memory; $RSSCache::Backend = RSSCache::Backend::Memory->new();
This class is a RSSCache::Backend implementation which stores all the feeds inside the memory (RAM, i.e. in an hash).
Since all the methods of this class have been documented in RSSCache::Backend they won't be documented here once again.
Copyright 2006 Thomas Wittek (mail at gedankenkonstrukt dot de). All rights reserved.
This document is free software. It is distributed under the same terms as Perl itself.