| __init__(self, HomeAssistant hass) | homeassistant.helpers.translation._TranslationCache | |
| __slots__ | homeassistant.helpers.translation._TranslationCache | privatestatic |
| _async_load(self, str language, set[str] components) | homeassistant.helpers.translation._TranslationCache | private |
| _build_category_cache(self, str language, set[str] components, dict[str, dict[str, Any]] translation_strings) | homeassistant.helpers.translation._TranslationCache | private |
| _validate_placeholders(self, str language, dict[str, str] updated_resources, dict[str, str]|None cached_resources=None) | homeassistant.helpers.translation._TranslationCache | private |
| async_fetch(self, str language, str category, set[str] components) | homeassistant.helpers.translation._TranslationCache | |
| async_is_loaded(self, str language, set[str] components) | homeassistant.helpers.translation._TranslationCache | |
| async_load(self, str language, set[str] components) | homeassistant.helpers.translation._TranslationCache | |
| cache_data | homeassistant.helpers.translation._TranslationCache | |
| get_cached(self, str language, str category, set[str] components) | homeassistant.helpers.translation._TranslationCache | |
| hass | homeassistant.helpers.translation._TranslationCache | |
| lock | homeassistant.helpers.translation._TranslationCache | |