Class CachedOption<T>
- java.lang.Object
-
- com.atlassian.confluence.impl.user.crowd.CachedOption<T>
-
- All Implemented Interfaces:
Serializable
public class CachedOption<T> extends Object implements Serializable
Container for caching crowd entities with the option to cache the entity or a representation that entity does not exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CachedOption(com.atlassian.confluence.impl.user.crowd.CachedOption.Availability availabilty)
CachedOption(com.atlassian.confluence.impl.user.crowd.CachedOption.Availability availabilty, T object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.confluence.impl.user.crowd.CachedOption.Availability
getAvailabilty()
T
getObject()
-
-
-
Constructor Detail
-
CachedOption
public CachedOption(com.atlassian.confluence.impl.user.crowd.CachedOption.Availability availabilty)
-
CachedOption
public CachedOption(com.atlassian.confluence.impl.user.crowd.CachedOption.Availability availabilty, T object)
-
-
Method Detail
-
getAvailabilty
public com.atlassian.confluence.impl.user.crowd.CachedOption.Availability getAvailabilty()
-
getObject
public T getObject()
-
-