public class UsersCache extends Object
| Modifier and Type | Method and Description |
|---|---|
static UsersCache |
getSingleton()
Get the singleton object
|
org.gcube.vomanagement.usermanagement.model.GCubeUser |
getUser(long userId)
Retrieve an entry
|
void |
pushEntry(long id,
org.gcube.vomanagement.usermanagement.model.GCubeUser user)
Save an entry into the cache
|
public static UsersCache getSingleton()
public org.gcube.vomanagement.usermanagement.model.GCubeUser getUser(long userId)
id - public void pushEntry(long id,
org.gcube.vomanagement.usermanagement.model.GCubeUser user)
id - user - Copyright © 2019. All rights reserved.