Interface UserContextFactory<V,PC,TC>

Type Parameters:
V - the cache value type
PC - the persistent context type
TC - the transient context type
All Superinterfaces:
org.wildfly.clustering.cache.CacheEntryCreator<String,V,PC>, org.wildfly.clustering.cache.CacheEntryLocator<String,V>, org.wildfly.clustering.cache.CacheEntryRemover<String>

public interface UserContextFactory<V,PC,TC> extends org.wildfly.clustering.cache.CacheEntryCreator<String,V,PC>, org.wildfly.clustering.cache.CacheEntryLocator<String,V>, org.wildfly.clustering.cache.CacheEntryRemover<String>
Author:
Paul Ferraro