GenerativeModelCachingClient Property
Gets or sets the client used for managing cached content operations in the generative AI model.
This property provides an interface for interacting with caching-related functionalities,
such as creating, updating, retrieving, or deleting cached content. It helps manage content efficiently
by leveraging the CachingClient within the model's context.
Namespace: GenerativeAIAssembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
public CachingClient CachingClient { get; set; }
Property Value
CachingClient