mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix EventDrivenCacheCoordinator
This commit is contained in:
parent
4bf4e7954e
commit
d53ef30f75
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class EventDrivenCacheCoordinator:
|
|||
|
||||
async def _get_cached(
|
||||
self, cache_key: str, cache: AsyncCacheProtocol
|
||||
) -> Optional[T]:
|
||||
) -> Optional[Any]:
|
||||
"""Return value from cache if present, else None."""
|
||||
return await cache.async_get_cache(key=cache_key)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue