Ticket #8234: cache-typo.patch

File cache-typo.patch, 624 bytes (added by Collin Grady, 16 years ago)
  • docs/cache.txt

     
    639639Order of MIDDLEWARE_CLASSES
    640640===========================
    641641
    642 If you use caching middlewaare, it's important to put each half in the right
     642If you use caching middleware, it's important to put each half in the right
    643643place within the ``MIDDLEWARE_CLASSES`` setting. That's because the cache
    644644middleware needs to know which headers by which to vary the cache storage.
    645645Middleware always adds something to the ``Vary`` response header when it can.
Back to Top