chore: Annotate CachePerformanceAnalyzer as experimental

PiperOrigin-RevId: 809434619
This commit is contained in:
Xiang (Sean) Zhou
2025-09-23 15:34:34 -07:00
committed by Copybara-Service
parent 78fd4803d5
commit 38bbde6d56
@@ -27,8 +27,10 @@ from typing import Optional
from google.adk.models.cache_metadata import CacheMetadata
from google.adk.sessions.base_session_service import BaseSessionService
from google.adk.utils.feature_decorator import experimental
@experimental
class CachePerformanceAnalyzer:
"""Analyzes cache performance through event history."""