public interface SessionFactory<V,L> extends Creator<String,V,Void>, Locator<String,V>, Remover<String>, Evictor<String>
| Modifier and Type | Method and Description |
|---|---|
ImmutableSession |
createImmutableSession(String id,
V value) |
Session<L> |
createSession(String id,
V value) |
createValueCopyright © 2015 JBoss by Red Hat. All rights reserved.