Loading lib/Travel/Routing/DE/DBRIS.pm +2 −2 Original line number Diff line number Diff line Loading @@ -204,7 +204,7 @@ sub post_with_cache { } if ($cache) { my $content = $cache->thaw($url); my $content = $cache->thaw("$url $req"); if ($content) { if ( $self->{developer_mode} ) { say ' cache hit'; Loading Loading @@ -232,7 +232,7 @@ sub post_with_cache { my $content = $reply->content; if ($cache) { $cache->freeze( $url, \$content ); $cache->freeze( "$url $req", \$content ); } return ( $content, undef ); Loading Loading
lib/Travel/Routing/DE/DBRIS.pm +2 −2 Original line number Diff line number Diff line Loading @@ -204,7 +204,7 @@ sub post_with_cache { } if ($cache) { my $content = $cache->thaw($url); my $content = $cache->thaw("$url $req"); if ($content) { if ( $self->{developer_mode} ) { say ' cache hit'; Loading Loading @@ -232,7 +232,7 @@ sub post_with_cache { my $content = $reply->content; if ($cache) { $cache->freeze( $url, \$content ); $cache->freeze( "$url $req", \$content ); } return ( $content, undef ); Loading