Changes between Version 9 and Version 10 of DevelGraph/CacheDepends
- Timestamp:
- 2012-03-30T05:43:00+02:00 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelGraph/CacheDepends
v9 v10 22 22 md5 -> cached_php [label=key, color=green] 23 23 basename -> phphashid [label="no inode", style=dotted]; 24 basename -> cache slotid [label="multi slot", style=dotted];25 cache slotid_0 [label=0];26 cache slotid_0 -> cacheslotid [label="single slot"];27 cache slotid -> entry;24 basename -> cacheid [label="multi slot", style=dotted]; 25 cacheid_0 [label=0]; 26 cacheid_0 -> cacheid [label="single slot"]; 27 cacheid -> entry; 28 28 opened_path -> compiled_php [label="restore __FILE__ __DIR__", color=purple]; 29 29 cached_php -> compiled_php [label="restore", color=purple];

