|
|
@ -21,15 +21,15 @@ namespace Squidex.Domain.Apps.Entities.Apps |
|
|
|
|
|
|
|
|
public string? UserClientId; |
|
|
public string? UserClientId; |
|
|
|
|
|
|
|
|
public int StatusCode; |
|
|
|
|
|
|
|
|
|
|
|
public string? CacheServer; |
|
|
public string? CacheServer; |
|
|
|
|
|
|
|
|
public string? CacheStatus; |
|
|
public string? CacheStatus; |
|
|
|
|
|
|
|
|
public int? CacheHits; |
|
|
public int StatusCode; |
|
|
|
|
|
|
|
|
|
|
|
public int CacheTTL; |
|
|
|
|
|
|
|
|
public int? CacheTTL; |
|
|
public long CacheHits; |
|
|
|
|
|
|
|
|
public long ElapsedMs; |
|
|
public long ElapsedMs; |
|
|
|
|
|
|
|
|
|