Hey,
to avoid excessive cache generation in dev mode I think it is better to use a hash algorithm instead of uniqid. The PhpDumper#L311-L313 also generates a hash with filename and content over all cached files so swarrot generates a diff many times. In this situation symfony generates a new cache container on the filesystem every time.
Hey, to avoid excessive cache generation in dev mode I think it is better to use a hash algorithm instead of uniqid. The PhpDumper#L311-L313 also generates a hash with filename and content over all cached files so swarrot generates a diff many times. In this situation symfony generates a new cache container on the filesystem every time.
Thx Eric