Browse Source

Make item array public on APC cache driver.

Taylor Otwell 13 years ago
parent
commit
ec43d5dd03
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/cache/driver/apc.php

+ 1 - 1
system/cache/driver/apc.php

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