WcsContextCachepublic 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 WcsContextCachepublic void put(String wcsClientId, WcsUserContext context)
put in interface WcsContextCachepublic boolean hasId(String wcsClientId)
hasId in interface WcsContextCachepublic void remove(String wcsClientId)
remove in interface WcsContextCacheCopyright © 2018. All rights reserved.