Expand description
HTTP caching.
Web page performance can be significantly improved by caching resources. This submodule includes headers and types to communicate how and when to cache resources.
§Further Reading
Structs§
- Age
- HTTP
Ageheader - Cache
Control - A Cache-Control header.
- Clear
Site Data - Clear browsing data (cookies, storage, cache) associated with the requesting website.
- Expires
- HTTP
Expiresheader
Enums§
- Cache
Directive - An HTTP
Cache-Controldirective. - Clear
Directive - An HTTP
Clear-Site-Datadirective.