Ultimo aggiornamento il
3 mag 2021
La sezione /cache controlla come il dispatcher salva i documenti nella cache. Configura le impostazioni per implementare le strategie di memorizzazione nella cache:
Ambiente
Dispatcher 4.1.11 e successivi
Passaggi
Il salvataggio nella cache dell'intestazione della risposta è abilitato con una nuova impostazione /intestazioni nella /cache. Il campione dispatcher.any nel pacchetto di distribuzione contiene un campione commentato:
# 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" # }