Interface UserContextFactory<V,PC,TC>

Type Parameters:
V - the cache value type
PC - the persistent context type
TC - the transient context type
All Superinterfaces:
CacheEntryCreator<String,V,PC>, CacheEntryLocator<String,V>, CacheEntryRemover<String>
All Known Implementing Classes:
HotRodUserContextFactory, InfinispanUserContextFactory

public interface UserContextFactory<V,PC,TC> extends CacheEntryCreator<String,V,PC>, CacheEntryLocator<String,V>, CacheEntryRemover<String>
Author:
Paul Ferraro