Interface UserContextFactory<V,PC,TC>
- Type Parameters:
V- the cache value typePC- the persistent context typeTC- 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
-
Method Summary
Methods inherited from interface org.wildfly.clustering.cache.CacheEntryCreator
createValue, createValueAsyncMethods inherited from interface org.wildfly.clustering.cache.CacheEntryLocator
findValue, findValueAsync, tryValue, tryValueAsyncMethods inherited from interface org.wildfly.clustering.cache.CacheEntryRemover
purge, purgeAsync, remove, removeAsync
-
Method Details
-
createUserContext
-