com.atlassian.confluence.user
Class ThreadLocalProfilePictureCache

java.lang.Object
  extended by com.atlassian.confluence.user.ThreadLocalProfilePictureCache

public class ThreadLocalProfilePictureCache
extends Object

Wrapper around the ThreadLocalCache to deal with caching user profilepictures


Constructor Summary
ThreadLocalProfilePictureCache()
           
 
Method Summary
static void cacheHasProfilePicture(com.atlassian.user.User user, ProfilePictureInfo p)
           
static ProfilePictureInfo hasProfilePicture(com.atlassian.user.User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadLocalProfilePictureCache

public ThreadLocalProfilePictureCache()
Method Detail

hasProfilePicture

public static ProfilePictureInfo hasProfilePicture(com.atlassian.user.User user)

cacheHasProfilePicture

public static void cacheHasProfilePicture(com.atlassian.user.User user,
                                          ProfilePictureInfo p)


Copyright © 2003-2012 Atlassian. All Rights Reserved.