getCache method

M getCache(
  1. C context,
  2. M cacheInstantiator()
)

Implementation

M getCache(C context, M Function() cacheInstantiator) =>
    putIfAbsent(context, cacheInstantiator) as M;