mongostore ~master (2022-05-05T07:27:32.5600705)
Dub
Repo
MongoSessionStore.iterateSession
mongostore
MongoSessionStore
Undocumented in source. Be warned that the author may not have intended to support it.
int
delegate
(
int
delegate
(
ref
string
key
,
ref
Variant
value
))
iterateSession
(string id)
class
MongoSessionStore
@
safe
int
delegate
(
int
delegate
(
ref
string
key
,
ref
Variant
value
)
)
iterateSession
(
string
id
)
int
iterateSession
(string id, int delegate(string key) @(safe) del)
int
iterateSession
(string id, int delegate(string key) del)
Meta
Source
See Implementation
mongostore
MongoSessionStore
constructors
this
functions
create
destroy
get
isKeySet
iterateSession
open
remove
set
properties
storageType