You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a quick question, why do you expect that the second call will not be incremented since you disabled cashing with cachier.set_default_params(caching_enabled=False)?
My understanding of the enable_caching() method call in the __init__() is that it activates caching during runtime, even though it was previously deactivated.
Hi all, the following code works with cachier 3.0.1.
With version 3.1.2, the caching of the test() function does not work as expected and the assert fails. This probably is not a minimal example yet.
Thanks for looking into it.
Philipp
The text was updated successfully, but these errors were encountered: