UNPKG

@bbc/http-transport-cache

Version:
9 lines (7 loc) 155 B
'use strict'; module.exports = Object.freeze({ MAX_AGE: 'max-age', STALE_IF_ERROR: 'stale-if-error', NO_STORE: 'no-store', PRIVATE: 'private' });