mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-07-29 19:18:54 +00:00
32acafa5e0
The namespace argument is positional and will never be `None` so should not be marked as Optional. It is always a string, and the default is to pass in an empty string.