TimeToLiveExtension<CacheContentType> extension
Adds withTimeToLive to CachedValue.
- on
-
- CachedValue<
CacheContentType>
- CachedValue<
Methods
-
withTimeToLive(
{required Duration lifetime}) → CachedValue< CacheContentType> -
Available on CachedValue<
Wraps the declared CachedValue with a TimeToLiveCachedValue.CacheContentType> , provided by the TimeToLiveExtension extension