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<org.wildfly.clustering.session.user.User<C,T,D,S>>, CacheableUser<C,T,D,S>, org.wildfly.clustering.session.user.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
  • Constructor Details

    • CachedUser

      public CachedUser(org.wildfly.clustering.session.user.User<C,T,D,S> user, Runnable closeTask)
  • Method Details