php-aop icon indicating copy to clipboard operation
php-aop copied to clipboard

Calculate the cache hash from the contents of the aspects

Open WalterWoshid opened this issue 2 years ago • 0 comments

See https://github.com/okapi-web/php-code-transformer/issues/13

When an aspect is changed, the cache state should be invalidated, but if a EmptyResultCacheState is present, it won't be invalidated. We should probably create the hash from the contents of the aspects files.

WalterWoshid avatar Nov 01 '23 17:11 WalterWoshid