Interface CacheableUser<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 Superinterfaces:
AutoCloseable, Supplier<User<C,T,D,S>>, User<C,T,D,S>
All Known Implementing Classes:
CachedUser

public interface CacheableUser<C,T,D,S> extends User<C,T,D,S>, Supplier<User<C,T,D,S>>
Encapsulates a cacheable user.
Author:
Paul Ferraro