Q:

which of these is not a valid backend for caching in django?

1

which of these is not a valid backend for caching in django?


  1. django.core.cache.backends.sys.memory
  2. django.core.cache.backends.db.DatabaseCache
  3. django.core.cache.backends.locmem.LocMemCache
  4. None of the above

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

A. django.core.cache.backends.sys.memory

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Which architectural pattern does django follow?... >>
<< What are Migrations in Django?...