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
We may need to loosen these, but as a default they should work pretty
well. Previously we typed the global cache as `Any`, but `BaseCache`
should work and has the various methods defined as well.
#46
https://docs.djangoproject.com/en/3.2/topics/cache/#basic-usage
Currently typed as
Any
, but we can do better:The text was updated successfully, but these errors were encountered: