| Package | Description |
|---|---|
| org.eclipse.jetty.session.infinispan |
| Modifier and Type | Method and Description |
|---|---|
protected InfinispanSessionManager.Session |
InfinispanSessionManager.load(String key)
Load a session from the clustered cache.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
InfinispanSessionManager.delete(InfinispanSessionManager.Session session)
Remove the session from the cluster cache.
|
protected void |
InfinispanSessionManager.save(InfinispanSessionManager.Session session)
Save or update the session to the cluster cache
|
| Constructor and Description |
|---|
SerializableSessionData(InfinispanSessionManager.Session s) |
Copyright © 1995–2016 Mort Bay Consulting. All rights reserved.