Última atualização em
06/05/2021
A seção /cache controla como o Dispatcher armazena em cache os documentos. Defina as configurações para implementar suas estratégias de armazenamento em cache:
Ambiente
Do Dispatcher 4.1.11 em diante
Etapas
O armazenamento em cache do cabeçalho de resposta é ativado com uma nova configuração /headers na configuração /cache. A amostra dispatcher.any no pacote de distribuição contém um exemplo comentado:
# Cache response headers next to a cached file. On the first request to # an uncached resource, all headers matching one of the values found here # are stored in a separate file, next to the cache file. On subsequent # requests to the cached resource, the stored headers are added to the # response. # # Note, that file globbing characters are not allowed here. # #/headers # { # "Cache-Control" # "Content-Disposition" # "Content-Type" # "Expires" # "Last-Modified" # "X-Content-Type-Options" # }