* The shared cache of ContentType instances. The cache is used to avoid * creating multiple instances of ContentType for the same header value. * @type {Lru }
()
| 63 | * @type {Lru<ContentType>} |
| 64 | */ |
| 65 | static get cache () { return cache } |
| 66 | |
| 67 | /** |
| 68 | * Create a ContentType instance from a header value. If the value has been |
nothing calls this directly
no outgoing calls
no test coverage detected