Description
Add caching behavior that coordinates regeneration so many workers do not recompute the same expired value at once. It helps web and service applications reduce load during cache misses.
This is a developer library for application caching. Cached values can become stale or contain private data, so projects should choose expiration, storage, and invalidation rules carefully.