Allowing Web developers to provide hints to the browser about whether an inline script should be cached. This feature currently works on top of Chrome's inline script caching mechanism (https://chromestatus.com/feature/5132993816559616?gate=6261752376459264). See the explainer of this feature.
Chrome has some compilation caching layer for inline scripts, which identifies the cache-eligible scripts by heuristics. However, there were no ways for Web developers to tell the browser which scripts are temporary and which are universal among their sites. The new `cachehint` attribute provides a way to do it and helps developers speed up loading of their web sites.