Última actualización el
4 may. 2021
La sección /cache controla cómo el Dispatcher almacena los documentos en caché. Configure las opciones para implementar sus estrategias de almacenamiento en caché:
Entorno
Dispatcher 4.1.11 y siguientes
Pasos
El almacenamiento en caché de las cabeceras de respuesta se habilita con una nueva configuración /cabeceras en la configuración /cache. El dispatcher.any de muestra del paquete de distribución contiene un ejemplo:
# 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" # }