CacheMap.ReplacementDelegate

A replacement function which takes in the key of type K and returns a value of type V

This is the delegate-based variant

template CacheMap(K, V)
alias ReplacementDelegate = V delegate
(
K
)

Meta