chore: Add experimental annotation to GeminiContextCacheManager

PiperOrigin-RevId: 810503537
This commit is contained in:
Xiang (Sean) Zhou
2025-09-23 11:00:07 -07:00
committed by Copybara-Service
parent 86dea5b53a
commit f2ce990867
@@ -25,6 +25,7 @@ from typing import Optional
from google.genai import Client
from google.genai import types
from ..utils.feature_decorator import experimental
from .cache_metadata import CacheMetadata
from .llm_request import LlmRequest
from .llm_response import LlmResponse
@@ -32,6 +33,7 @@ from .llm_response import LlmResponse
logger = logging.getLogger("google_adk." + __name__)
@experimental
class GeminiContextCacheManager:
"""Manages context cache lifecycle for Gemini models.