memoize v3.0.0 (2019-03-25T10:47:04Z)
Dub
Repo
synchronizedMemoize
memoize
Synchronized version of
memoize
using global (interthread) cache.
ReturnType
!
fun
synchronizedMemoize
(Parameters!fun args)
template
synchronizedMemoize
(alias fun)
ReturnType
!
fun
synchronizedMemoize
(
Parameters
!
fun
args
)
template
synchronizedMemoize
(alias fun, uint maxSize)
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
aliases
memoize
noLockMemoize
mixin templates
CachedProperty
templates
memoizeMember
synchronizedMemoize
Synchronized version of memoize using global (interthread) cache.