From 8e2819ad181756dd3be3688ab1ba40e5c4f16cc9 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 18 Jun 2018 14:57:56 -0700 Subject: [PATCH] CRM_Cxn_CiviCxnHttp - Expose getCache() function --- CRM/Cxn/CiviCxnHttp.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CRM/Cxn/CiviCxnHttp.php b/CRM/Cxn/CiviCxnHttp.php index f2b2c6357c..e5790bad45 100644 --- a/CRM/Cxn/CiviCxnHttp.php +++ b/CRM/Cxn/CiviCxnHttp.php @@ -106,4 +106,11 @@ class CRM_Cxn_CiviCxnHttp extends \Civi\Cxn\Rpc\Http\PhpHttp { return $result; } + /** + * @return \CRM_Utils_Cache_Interface|null + */ + public function getCache() { + return $this->cache; + } + } -- 2.25.1