ExperimentalContextCachingFeature
annotation class ExperimentalContextCachingFeature
Marks ADK's context caching APIs as experimental: their shape and semantics may change in future releases without prior notice.
Opt in explicitly with @OptIn(ExperimentalContextCachingFeature::class) to use them.