Open
Description
How to annoate cache
decorator with key builder, even I use the default builer, it still show warning in pycharm.
The message:
Expected type 'KeyBuilder | None', got '(func: (...) -> Any, namespace: str, Any, request: Request | None, response: Response | None, args: tuple[Any, ...], kwargs: dict[str, Any]) -> str' instead
Python version: 3.11
fastapi-cache2 version: 0.2.2