I currently have my seetings file configures to use the memcache cache.
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache'
Whilst the site runs flawlessly, I see debug lines such as:
[05/Dec/2014 15:28:53] code 400, message Bad HTTP/0.9 request type ('get')
[05/Dec/2014 15:28:53] "get :1:views.decorators.cache.cache_header..439e23553bea98b3b35e7b94c1f72576.en-gb.AUS_Eastern_Standard_Time" 400 -
[05/Dec/2014 15:28:53] "GET /RSA/ HTTP/1.1" 200 968
So I'm interested in learning how to fix this, and how I can actually test whether the backend cache is being used. It is currently implemented to be used with all pages.