Class CachedOption<T>
java.lang.Object
com.atlassian.confluence.impl.user.crowd.CachedOption<T>
- All Implemented Interfaces:
- Serializable
Container for caching crowd entities with the option to cache the entity or a representation that entity
 does not exist.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCachedOption(com.atlassian.confluence.impl.user.crowd.CachedOption.Availability availabilty) CachedOption(com.atlassian.confluence.impl.user.crowd.CachedOption.Availability availabilty, T object) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.atlassian.confluence.impl.user.crowd.CachedOption.Availability
- 
Constructor Details- 
CachedOptionpublic CachedOption(com.atlassian.confluence.impl.user.crowd.CachedOption.Availability availabilty) 
- 
CachedOptionpublic CachedOption(com.atlassian.confluence.impl.user.crowd.CachedOption.Availability availabilty, T object) 
 
- 
- 
Method Details- 
getAvailabiltypublic com.atlassian.confluence.impl.user.crowd.CachedOption.Availability getAvailabilty()
- 
getObject
 
-