Django - Caching
You want to cache a user's profile data for 10 minutes using Django's low-level cache API. Which code snippet correctly does this?
timeout to specify cache duration in seconds.cache.set with timeout=600. Others use wrong method or argument names.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions