AsposeLLMApi.ForceCacheCleanup

AsposeLLMApi.ForceCacheCleanup method

Forces cleanup of the current chat session cache using the specified strategy.

public void ForceCacheCleanup(
    CacheCleanupStrategy strategy = CacheCleanupStrategy.KeepSystemPromptOnly)
ParameterTypeDescription
strategyCacheCleanupStrategyThe strategy to use for cache cleanup. Default is KeepSystemPromptOnly.

See Also