Closed nMustaki closed 2 years ago
In short:
Sometimes not caching will mean app will just hang up, which is worse than serving something stale.
You can take a look at original PR too https://github.com/Suor/django-cacheops/pull/302
Thanks you, that's a lot clearer !
Hello Suor,
first thanks for your work, it's very helpful here ! I'd like to ask some help to understand why the
keep_fresh
parameter of cached_as does not default to True ? Why would we want to cache stale data ? Thanks !