#disable crippling memoization · shykes/d...

1 messages · Page 1 of 1 (latest)

ionic oyster
#

Can you clarify what problem this is solving? Sorry I'm missing some context here.

Is it because the module code itself is cached, so you can't use a time.Now() within a module for selectively cache busting?

bronze stone
#

Yeah, the function call itself is cached, so the responsibility for cache-busting moves arbitrarily higher up the stack

ionic oyster
#

I see Helder called out this case already ❤️

still rain