Has anyone used Akamai's EdgeCache in front of a Django-based application? Is there anything specific needed in terms of configuration/middleware on开发者_开发问答 the Django side to ensure Akamai is fully utilized?
I have found that the cache decorators do work quite well in integrating with Akamai. However, it is important to read the Akamai docs regarding 'Vary' headers.
精彩评论