There was an error while loading. Please reload this page.
This would allow custom type enforcing to all methods.
const cachedValue = cache.get(...) // => undefined | MyType cache.set(...) // => Invalid if value is not assignable to MyType
This would allow custom type enforcing to all methods.