Interface ICacheControlAPIService
- Namespace
 - FoundationaLLM.Common.Interfaces
 
- Assembly
 - FoundationaLLM.Common.dll
 
Contains base functionality for calling the underlying API service.
public interface ICacheControlAPIService
  - Extension Methods
 
Methods
RefreshCache(string)
Refreshes the named cache.
Task<APICacheRefreshResult> RefreshCache(string name)
  Parameters
namestringThe name of the cache item to refresh.
Returns
RefreshConfigurationCache()
Refreshes the configuration cache.
Task<APICacheRefreshResult> RefreshConfigurationCache()