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.