1.6.0
Released on March 6th 2019
- The
delete_manyfunction is now able to ignore any errors and continue
deleting the cache. However, in order to preserve backwards compatibility,
the default mode is to abort the deletion process. In order to use the new
deletion mode, one has to flip the config settingCACHE_IGNORE_ERRORSto
True. This was and still is only relevant for thefilesystemand
simplecache backends. PR #94. - Re-added the
gaememcachedCACHE_TYPE for improved backwards compatibility. - Documentation improvements. PR #96