Class APICacheRefreshResult
- Namespace
- FoundationaLLM.Common.Models.Cache
- Assembly
- FoundationaLLM.Common.dll
Contains the result of a cache refresh operation.
public class APICacheRefreshResult
- Inheritance
-
APICacheRefreshResult
- Inherited Members
- Extension Methods
Properties
Detail
Details of the cache refresh operation from the called API.
public string? Detail { get; set; }
Property Value
Success
Indicates whether the cache refresh operation was successful.
public bool Success { get; set; }