Make item array public on APC cache driver.

This commit is contained in:
Taylor Otwell 2011-07-08 06:39:58 -07:00
parent bbc8b8f954
commit ec43d5dd03
1 changed files with 1 additions and 1 deletions

View File

@ -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.