mCache = new HashMap<Integer, Drawable>();
mCache.remove(userId);
return mCache.get(userId);
if (sInstance == null) { sInstance = new MultiUserAvatarCache(); } return sInstance;
mCache.put(userId, image);