Uses of Class
org.jivesoftware.util.CacheableOptional
Packages that use CacheableOptional
Package
Description
Groups, which are used to organize users together.
Utility classes.
-
Uses of CacheableOptional in org.jivesoftware.openfire.group
Methods in org.jivesoftware.openfire.group that return types with arguments of type CacheableOptionalModifier and TypeMethodDescriptionprotected Cache<String,CacheableOptional<Group>> GroupManager.createGroupCache()Creates the cache used to store individualGroupinstances, keyed by group name. -
Uses of CacheableOptional in org.jivesoftware.util
Methods in org.jivesoftware.util that return CacheableOptionalModifier and TypeMethodDescriptionstatic <T extends Serializable>
CacheableOptional<T>static <T extends Serializable>
CacheableOptional<T>CacheableOptional.of(T value)