Skip to content

Commit

Permalink
make L1expirationTime internal for now (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 authored Mar 3, 2021
1 parent c24f0b1 commit 93839ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ public class MsalDistributedTokenCacheAdapterOptions : DistributedCacheEntryOpti
/// expiration time values relative to the Distributed (L2) cache.
/// Default is 1.
/// </summary>
public double L1ExpirationTimeRatio { get; set; } = 1;
internal double L1ExpirationTimeRatio { get; set; } = 1;
}
}

0 comments on commit 93839ab

Please sign in to comment.