Codeception/AspectMock

How is caching (cacheDir) supposed to work?

bkonetzny opened this issue · 0 comments

I enabled caching for my tests by setting the cacheDir config property. Now tests run much faster, but changes in files are not picked up? I expected the cache to invalidate when the source file changes.

How is this supposed to work? Whats the benefit of caching if changes are not picked up?
Did I do something wrong?