What's the default value for LocalCacheExpiration
and Expiration
in HybridCache.
You can set these values in HybridCacheOptions.HybridCacheEntryOptions
but the source doesn't mention the default value, and I wasn't able to find the defaults in the docs either.
It seems the default is 5 minutes:
internal sealed partial class DefaultHybridCache : HybridCache
{
internal const int DefaultExpirationMinutes = 5;