cache method

Cache<T> cache(
  1. S arg
)

Implementation

Cache<T> cache(S arg) => Cache(() => call(arg));