mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
- Updated instances of DualCache to UserApiKeyCache across multiple files to enhance cache handling for user API keys. - Adjusted cache retrieval and storage methods to ensure proper serialization and deserialization of cached objects. - Introduced a new UserApiKeyCache class to streamline caching logic and improve type safety. - Updated relevant tests to reflect changes in caching behavior and ensure compatibility with the new cache implementation. |
||
|---|---|---|
| .. | ||
| test_cache_codec.py | ||
| test_callback_utils.py | ||
| test_custom_openapi_spec.py | ||
| test_get_routes.py | ||
| test_http_parsing_utils.py | ||
| test_key_rotation_e2e.py | ||
| test_key_rotation_integration.py | ||
| test_key_rotation_lock.py | ||
| test_key_rotation_manager.py | ||
| test_load_config_utils.py | ||
| test_openai_endpoint_utils.py | ||
| test_path_utils.py | ||
| test_reset_budget_job.py | ||
| test_timezone_utils.py | ||
| test_upsert_budget_membership.py | ||
| test_user_api_key_cache.py | ||