```py @ttl_cache() def foo(x: str) -> int: ... # "Callable[[Any, str], list[str] | None]" has no attribute "cache_info" print(foo.cache_info()) ``` Related: #11280 #6347