# Store into cache $cache->set( xml => $xml_doc->toString() ); # Fetch from cache my $xml_doc = XML::LibXML->new()->parse_string( $cache->get( 'xml' ));