ResultCacheMetaExtension can be used for extending PHPStan's built-in mechanism that is used for calculating metadata for result cache. Using this extension you may add additional metadata that will be used for determining if analysis must be run again, or can be re-used from result cache.
Methods | ||
---|---|---|
public
|
getKey(): string
|
# |
public
|
getHash(): string
|
# |