mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
[CST-5729] Change in order to save header only if configured and existing
This commit is contained in:
@@ -13,7 +13,7 @@ export interface CacheConfig extends Config {
|
||||
serverSide: {
|
||||
// Debug server-side caching. Set to true to see cache hits/misses/refreshes in console logs.
|
||||
debug: boolean,
|
||||
// List of headers to restore from the cache hit
|
||||
// List of response headers to save into the cache
|
||||
headers: string[],
|
||||
// Cache specific to known bots. Allows you to serve cached contents to bots only.
|
||||
botCache: {
|
||||
|
Reference in New Issue
Block a user