Subject: | Domain cache code not works - forget to set $domain |
Cache code not works since $domain is always uninitialized, so
cache directory is always opened as file instead of real data.
Add this line
my $domain = $self->{ Domain };
before
#see if we already have a response in the cache, unless told not to
comment to make cache really works.