Make items array public on Memcached cache driver.
This commit is contained in:
parent
967428c441
commit
82d5760a32
|
@ -7,7 +7,7 @@ class Memcached 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