org.specs2.control.eff
This cache is used to memoize values for the Memoized effect
get a value for a given key
store a value for a given key, subsequent calls to memo will return the same value
put a value for a given key and override the previous value if present
remove the given key
This cache is used to memoize values for the Memoized effect