django_celery_results.backends.cache

Celery cache backend using the Django Cache Framework.

class django_celery_results.backends.cache.CacheBackend(*args, **kwargs)[source]

Backend using the Django cache framework to store task metadata.

property cache_backend
decode(data)[source]
delete(key)[source]
encode(data)[source]
get(key)[source]
set(key, value)[source]