Fix crash when memcache server is not available
-
used the ignore_exc
option of PyMemcacheCache to treat memcache/network errors as cache misses -
remove a backward compatible setting to handle django <= 3.2 -
handle (send to sentry) all Exceptions that arise while setting or getting a value from the cache
Edited by Renaud Boyer