Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. # Cache directives are
  2. # action=never-cache
  3. # action=ignore-no-cache (client & server no cache)
  4. # action=ignore-client-no-cache (only client no cache)
  5. # action=ignore-server-no-cache (only server no cache)
  6. # pin-in-cache=<time>
  7. # revalidate=<time>
  8. # ttl-in-cache=<time> (force caching and expire after <time>)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement