WcsContextCache
public class WcsContextCacheDefaultImpl extends Object implements WcsContextCache
Constructor | Description |
---|---|
WcsContextCacheDefaultImpl() |
Modifier and Type | Method | Description |
---|---|---|
WcsUserContext |
get(String wcsClientId) |
|
boolean |
hasId(String wcsClientId) |
|
void |
put(String wcsClientId,
WcsUserContext context) |
|
void |
remove(String wcsClientId) |
public WcsUserContext get(String wcsClientId)
get
in interface WcsContextCache
public void put(String wcsClientId, WcsUserContext context)
put
in interface WcsContextCache
public boolean hasId(String wcsClientId)
hasId
in interface WcsContextCache
public void remove(String wcsClientId)
remove
in interface WcsContextCache
Copyright © 2018. All rights reserved.