|- valign="top"
| width='120' | '''Signatures'''
|{{Func|<pre>store:get|( $key as xs:string|) as item()*}}<br/ ></pre>
|- valign="top"
|'''Summary'''
|- valign="top"
| width='120' | '''Signatures'''
|{{Func|<pre>store:put|( $key as xs:string, $value as item()*|) as empty-sequence()}}<br/ ></pre>
|- valign="top"
|'''Summary'''
|- valign="top"
| width='120' | '''Signatures'''
|{{Func|<pre>store:get-or-put|( $key as xs:string, $put as function()) as item()*|item()*}}<br/ ></pre>
|- valign="top"
|'''Summary'''
|- valign="top"
| width='120' | '''Signatures'''
|{{Func|<pre>store:remove|( $key as xs:string|) as empty-sequence()}}<br/ ></pre>
|- valign="top"
|'''Summary'''
|- valign="top"
| width='120' | '''Signatures'''
|{{Func|<pre>store:keys||() as xs:string*}}</pre>
|- valign="top"
|'''Summary'''
|- valign="top"
| width='120' | '''Signatures'''
|{{Func|<pre>store:clear||() as empty-sequence()}}<br/ ></pre>
|- valign="top"
|'''Summary'''
|- valign="top"
| width='120' | '''Signatures'''
|{{Func|<pre>store:read||() as empty-sequence()}}<br/ >{{Func|store:read|$name as xs:string|empty-sequence()}}</pre>
|- valign="top"
|'''Summary'''
|- valign="top"
| width='120' | '''Signatures'''
|{{Func|<pre>store:write||() as empty-sequence()}}<br/ >{{Func|store:write|$name as xs:string|empty-sequence()}}</pre>
|- valign="top"
|'''Summary'''
|- valign="top"
| width='120' | '''Signatures'''
|{{Func|<pre>store:list||() as xs:string*}}</pre>
|- valign="top"
|'''Summary'''
|- valign="top"
| width='120' | '''Signatures'''
|{{Func|<pre>store:delete|( $name as xs:string|) as empty-sequence()}}</pre>
|- valign="top"
|'''Summary'''