ae v0.0.3186 (2022-07-03T09:06:15Z)
Home
Dub
Repo
SynchronizedPersistentMemoized
ae
sys
persistence
memoize
As above, but with synchronization
struct
SynchronizedPersistentMemoized (
alias
fun
FlushPolicy
flushPolicy
=
FlushPolicy
.
atThreadExit
) {
alias
_AA
=
ReturnType
!
fun
[
string
]
;
this
(string fileName);
ReturnType
!
fun
opCall
(ParameterTypeTuple!fun args);
}
Constructors
this
this
(string fileName)
Undocumented in source.
Members
Aliases
_AA
alias
_AA
=
ReturnType
!
fun
[
string
]
Undocumented in source.
Functions
opCall
ReturnType
!
fun
opCall
(ParameterTypeTuple!fun args)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
sys
persistence
memoize
structs
PersistentMemoized
SynchronizedPersistentMemoized
As above, but with synchronization