Package: effect
Module: ScopedCache
Removes every entry from the cache and closes each entry scope.
When to use
Use to clear a scoped cache and release resources owned by all cached entries.
Details
If the cache is closed, the effect is interrupted.
See
invalidate for removing one cached entrySignature
declare const invalidateAll: <Key, A, E, R>(self: ScopedCache<Key, A, E, R>) => Effect.Effect<void>
Since v4.0.0