From ec43d5dd03bbfe9a5cfc39d0ff3ada8ba6843fe9 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 8 Jul 2011 06:39:58 -0700 Subject: [PATCH] Make item array public on APC cache driver. --- system/cache/driver/apc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/cache/driver/apc.php b/system/cache/driver/apc.php index ab210922..c8dba83e 100644 --- a/system/cache/driver/apc.php +++ b/system/cache/driver/apc.php @@ -7,7 +7,7 @@ class APC implements \System\Cache\Driver { * * @var array */ - private $items = array(); + public $items = array(); /** * Determine if an item exists in the cache.