Django - Caching
Identify the error in this code snippet:
from django.core.cache import cache
cache.set('user', 'Alice')
value = cache.get()
print(value)from django.core.cache import cache
cache.set('user', 'Alice')
value = cache.get()
print(value)15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions