we need to calculate the options fingerprint to se...
# development
a
we need to calculate the options fingerprint to see if options have changed for a specific scope. we use this to calculate invalidation. some options should not affect caching and thus are marked
fingerprint=False
. we should change the default to
True
and should have done so a while ago i think