summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bugzilla.pm4
-rw-r--r--t/011pod.t1
2 files changed, 5 insertions, 0 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index baaf78ff7..e06b67ead 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -943,6 +943,10 @@ this Bugzilla installation.
Tells you whether or not a specific feature is enabled. For names
of features, see C<OPTIONAL_MODULES> in C<Bugzilla::Install::Requirements>.
+=item C<clear_request_cache>
+
+Removes all entries from the C<request_cache>.
+
=back
=head1 B<Methods in need of POD>
diff --git a/t/011pod.t b/t/011pod.t
index 7b9d0ee13..7fdafd910 100644
--- a/t/011pod.t
+++ b/t/011pod.t
@@ -30,6 +30,7 @@ use constant DEFAULT_WHITELIST => qr/^(?:new|new_from_list|check|run_create_vali
use constant SUB_WHITELIST => (
'Bugzilla::Flag' => qr/^(?:(force_)?retarget|force_cleanup)$/,
'Bugzilla::FlagType' => qr/^sqlify_criteria$/,
+ 'Bugzilla::JobQueue' => qr/^work_once$/,
);
# These modules do not need to be documented, generally because they