Returns the storage key used to persist a user's friendships list.
String friendshipsCacheKey(String userId) => 'friendships_$userId';