Class CachedUser<C,T,D,S>

java.lang.Object
org.wildfly.clustering.session.cache.user.DecoratedUser<C,T,D,S>
org.wildfly.clustering.session.cache.user.CachedUser<C,T,D,S>
Type Parameters:
C - the persistent context type
T - the transient context type
D - the deployment type
S - the session type
All Implemented Interfaces:
AutoCloseable, Supplier<User<C,T,D,S>>, CacheableUser<C,T,D,S>, User<C,T,D,S>

public class CachedUser<C,T,D,S> extends DecoratedUser<C,T,D,S> implements CacheableUser<C,T,D,S>
Author:
Paul Ferraro