Class ImmutableUserMappingCache

java.lang.Object
com.caplin.motif.fx.ret.common.extension.usermanager.ImmutableUserMappingCache

public class ImmutableUserMappingCache extends Object
Stores user manager data. - (longlife) needs to be accessed throughout the application run. - (cannotfail) does not have any terminal failure states. - (concurrent) will be accessed concurrently (immutable, builder).