Cache.cs 82 Bytes
namespace Rcs.Domain.Settings;

public record Cache(int ExpirationTimeSeconds);