From a7a1a013e4f17bd945d1b6dab31d956230d9cf2f Mon Sep 17 00:00:00 2001 From: Xiangmin Liu Date: Fri, 9 Jun 2017 22:04:46 +0800 Subject: [PATCH] =?UTF-8?q?cache=20=E7=BC=BA=E5=B0=91=E4=B8=80=E4=B8=AA=20?= =?UTF-8?q?arrOption=20=E5=B1=9E=E6=80=A7=20#23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/queryyetsimple/cache/abstracts/cache.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/queryyetsimple/cache/abstracts/cache.php b/src/queryyetsimple/cache/abstracts/cache.php index 9aee07501..da7f9a44b 100644 --- a/src/queryyetsimple/cache/abstracts/cache.php +++ b/src/queryyetsimple/cache/abstracts/cache.php @@ -25,6 +25,13 @@ */ abstract class cache { + /** + * 缓存配置 + * + * @var array + */ + protected $arrOption = [ ]; + /** * 缓存服务句柄 *