CacheMap.ReplacementFunction

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

This is the function-based variant

template CacheMap(K, V)
alias ReplacementFunction = V function
(
K
)

Meta