Not a bug CssRenderer does not check getAllowFinalCacheUpdate

Xon

Well-known member
Affected version
2.0 RC2
CssRenderer was updated to differentiate between caching allowed (initially) and then caching allowed to actually update. Except getAllowFinalCacheUpdate/allowFinalCacheUpdate isn't actually used.
 
Last edited:
It is used, in cacheFinalOutput(). The option only affects whether the final cache will be updated for a given request (given that the individual compilations are stored, this isn't actually that significant now either).

Are you not seeing this or are you expecting something different?
 
@Mike oops, you are right.

phpstorm's index mustn't have been outdated as when I was looking for it I didn't see it being used and must have missed when looking.
 
Top Bottom