Settings¶
CACHEBACK_CACHE_ALIAS¶
This specifies which cache to use from your CACHES setting. It defaults to
default.
CACHEBACK_VERIFY_CACHE_WRITE¶
This verifies the data is correctly written to memcache. If not, then a
RuntimeError is raised. Defaults to True.
CACHEBACK_TASK_QUEUE¶
This defines the task queue to use. Valid options are rq and celery.
Make sure that the corresponding task queue is configured too.
CACHEBACK_TASK_IGNORE_RESULT¶
This specifies whether to ignore the result of the refresh_cache task
and prevent Celery/RQ from storing it into its results backend.