memoize v3.1.3 (2019-05-04T17:20:28Z)
Dub
Repo
synchronizedMemoize
memoize
Synchronized version of
memoize
using global (interthread) cache.
ReturnType
!
fun
synchronizedMemoize
(Parameters!fun args)
template
synchronizedMemoize
(alias fun, uint maxSize)
ReturnType
!
fun
synchronizedMemoize
(
Parameters
!
fun
args
)
template
synchronizedMemoize
(alias fun)
Members
Functions
synchronizedMemoize
ReturnType
!
fun
synchronizedMemoize
(Parameters!fun args)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
memoize
mixin templates
CachedProperty
templates
memoize
memoizeMember
noLockMemoize
noLockMemoizeMember
synchronizedMemoize
synchronizedMemoizeMember
Synchronized version of memoize using global (interthread) cache.