From dcf8f5d0a5b437ae4c36535caa627c6499b65c1f Mon Sep 17 00:00:00 2001 From: Mats Dufberg Date: Wed, 30 Oct 2024 15:11:47 +0100 Subject: [PATCH] Removes the experimental status of global cache --- lib/Zonemaster/Engine/Nameserver/Cache/RedisCache.pm | 2 +- lib/Zonemaster/Engine/Profile.pm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Zonemaster/Engine/Nameserver/Cache/RedisCache.pm b/lib/Zonemaster/Engine/Nameserver/Cache/RedisCache.pm index e2a9bfe25..20241bf7d 100644 --- a/lib/Zonemaster/Engine/Nameserver/Cache/RedisCache.pm +++ b/lib/Zonemaster/Engine/Nameserver/Cache/RedisCache.pm @@ -135,7 +135,7 @@ Zonemaster::Engine::Nameserver::Cache::RedisCache - global shared caches for nam =head1 SYNOPSIS - This is an EXPERIMENTAL caching layer and might change in the future. + This is a global caching layer. =head1 ATTRIBUTES diff --git a/lib/Zonemaster/Engine/Profile.pm b/lib/Zonemaster/Engine/Profile.pm index 5b00c8153..05e566a19 100644 --- a/lib/Zonemaster/Engine/Profile.pm +++ b/lib/Zonemaster/Engine/Profile.pm @@ -737,9 +737,9 @@ item in the list will be used, the rest are backups in case the previous ones di Default C<{Cymru: [ "asnlookup.zonemaster.net", "asn.cymru.com" ], RIPE: [ "riswhois.ripe.net" ]}>. -=head2 cache (EXPERIMENTAL) +=head2 cache -A hash of hashes. The currently supported keys are C<"redis">. +A hash of hashes. The currently supported key is C<"redis">. Default C<{}>. =head3 redis