MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / clear_cache

Method clear_cache

src/core/service/email/view_service.py:85–86  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

83 return await template.render_async(**context)
84
85 def clear_cache(self) -> None:
86 self._cache.clear()
87
88 @staticmethod
89 def _format_date(date_input: str | datetime, format_str: str = "%d.%m.%Y") -> str:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected