From 269e22b723b85138c23145c3e489ff4ca11f7472 Mon Sep 17 00:00:00 2001 From: Ercan Ozkaya Date: Thu, 10 Jan 2019 11:48:55 +0300 Subject: [PATCH] Revert "#242: Add method to the interface" This reverts commit c5afea08e53582c477281935c5000ead06dcb2ad. --- .../joomlatools/library/http/response/interface.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/code/libraries/joomlatools/library/http/response/interface.php b/code/libraries/joomlatools/library/http/response/interface.php index 17fa11863..0a2162709 100644 --- a/code/libraries/joomlatools/library/http/response/interface.php +++ b/code/libraries/joomlatools/library/http/response/interface.php @@ -164,14 +164,6 @@ public function setMaxAge($max_age); */ public function getMaxAge(); - /** - * Get the cache control - * - * @link https://tools.ietf.org/html/rfc2616#page-108 - * @return array - */ - public function getCacheControl(); - /** * Is the response invalid *