diff --git a/src/Cache/Invalidation.php b/src/Cache/Invalidation.php index 84aa0ff..241e829 100644 --- a/src/Cache/Invalidation.php +++ b/src/Cache/Invalidation.php @@ -257,6 +257,7 @@ public function purge_nodes( $id_prefix, $id, $event = 'unknown event' ) { * * @param string $key The key to purge from teh cache * @param string $event The Event that triggered the purge + * @param string $hostname The url endpoint associated with the cache key. These match the Url and Key headers provided when the results were cached. * * @return void */