I need to cache the users profile information on the API, but also return a default if theres nothin
I need to cache the users profile information on the API, but also return a default if theres nothing stored. The issue is the amount of requests add up. If workers run infront of cache that's 300 million a month

