Class ::xo::WebAuthnStore::Cache
::xo::WebAuthnStore::Cache
create ...
Cache for "ceremony" state (challenge, origin, rpId, return_url)
Defined in packages/webauthn/tcl/store-procs.tclClass Relations
- class: ::nx::Class
![[i]](/resources/acs-subsite/ZoomIn16.gif)
- superclass: ::nx::Object
![[i]](/resources/acs-subsite/ZoomIn16.gif)
::nx::Class create ::xo::WebAuthnStore::Cache \
-superclass ::nx::Object
Methods (to be applied on the object)
get (scripted, public)
xo::WebAuthnStore::Cache
get key
- Parameters:
- key (required)
- Testcases:
-
No testcase defined.
ns_cache_get ${:cacheName} $keykeys (scripted, public)
xo::WebAuthnStore::Cache
keys
- Testcases:
-
No testcase defined.
ns_cache_keys ${:cacheName}set (scripted, public)
xo::WebAuthnStore::Cache
set [ -expires expires ] key dict
- Switches:
- -expires (optional, defaults to
"5m")
- Parameters:
- key (required)
- dict (required)
- Testcases:
-
No testcase defined.
ns_cache_eval -expires $expires -- ${:cacheName} $key {set dict}unset (scripted, public)
xo::WebAuthnStore::Cache
unset key
- Parameters:
- key (required)
- Testcases:
-
No testcase defined.
ns_cache_flush ${:cacheName} $key