@@ -55,6 +55,12 @@ class Dumper
*/
private $files = array();
+ /**
+ * Data cache
+ * @var array
+ */
+ private $individualFiles = array();
+
/**
* Constructor
*