Make item array public on APC cache driver.
This commit is contained in:
parent
bbc8b8f954
commit
ec43d5dd03
|
@ -7,7 +7,7 @@ class APC implements \System\Cache\Driver {
|
||||||
*
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
private $items = array();
|
public $items = array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determine if an item exists in the cache.
|
* Determine if an item exists in the cache.
|
||||||
|
|
Loading…
Reference in New Issue