Returns the storage key used to persist a user's own profile.
String profileCacheKey(String userId) => 'profile_$userId';