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.Creator<String,V,PC>, org.wildfly.clustering.cache.Locator<String,V>, org.wildfly.clustering.cache.Remover<String>

public interface UserContextFactory<V,PC,TC> extends org.wildfly.clustering.cache.Creator<String,V,PC>, org.wildfly.clustering.cache.Locator<String,V>, org.wildfly.clustering.cache.Remover<String>
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from interface org.wildfly.clustering.cache.Creator

    createValue, createValueAsync

    Methods inherited from interface org.wildfly.clustering.cache.Locator

    findValue, findValueAsync, tryValue, tryValueAsync

    Methods inherited from interface org.wildfly.clustering.cache.Remover

    purge, purgeAsync, remove, removeAsync