public class SessionCache extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
add(String uuid,
AppUserSession obj) |
static SessionCache |
get() |
AppUserSession |
get(String uuid) |
void |
remove(String uuid) |
public static SessionCache get()
public void add(String uuid, AppUserSession obj)
public void remove(String uuid)
public AppUserSession get(String uuid)
Copyright © 2018. All rights reserved.