[Answer]-Django caching: Fetching a queryset in context_processor

1👍

I will suggest you to use default cache and store a notification string itself (not an object). So you will be doing query once.

Another good solution will be using messages framework.

Leave a comment