<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="11.0.0-preview.7.26381.103" />

Microsoft.Extensions.Internal.ISystemClock

public interface ISystemClock
Abstracts the system clock to facilitate testing.
namespace Microsoft.Extensions.Internal { public interface ISystemClock { DateTimeOffset UtcNow { get; } } }