Skip to content

Commit

Permalink
Partition cache API by storage key. (#1606) (#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderview committed Mar 16, 2022
1 parent 7ad2f80 commit 2d7be2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1827,9 +1827,9 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/

A <dfn id="dfn-name-to-cache-map">name to cache map</dfn> is an <a>ordered map</a> whose [=map/entry=] consists of a [=map/key=] (a string that represents the name of a [=request response list=]) and a [=map/value=] (a [=request response list=]).

Each [=/origin=] has an associated [=name to cache map=].
Each [=/storage key=] has an associated [=name to cache map=].

The <dfn id="dfn-relevant-name-to-cache-map">relevant name to cache map</dfn> is the instance of [=this=]'s associated [=CacheStorage/global object=]'s [=environment settings object=]'s [=environment settings object/origin=].
The <dfn id="dfn-relevant-name-to-cache-map">relevant name to cache map</dfn> is the [=name to cache map=] associated with the [=/storage key=] [=obtain a storage key|obtained=] from [=this=]'s associated [=CacheStorage/global object=]'s [=environment settings object=].
</section>

<section>
Expand Down

0 comments on commit 2d7be2b

Please sign in to comment.