The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

Time::Progress::Stored::Storage - Base class for storing and retrieving report data structures

METHODS

store($id, $content) : Bool

Store the current report $content (a data structure) under the $id key.

retrieve($id) : $content | undef

Retrieve the current report $content under the $id key, or undef if none was found.