Table of Contents

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

name string

The name of the cache item to refresh.

Returns

Task<APICacheRefreshResult>

RefreshConfigurationCache()

Refreshes the configuration cache.

Task<APICacheRefreshResult> RefreshConfigurationCache()

Returns

Task<APICacheRefreshResult>