public class WcsContextCacheDefaultImpl extends Object implements WcsContextCache
| Constructor and Description |
|---|
WcsContextCacheDefaultImpl() |
| Modifier and Type | Method and 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 © 2017. All rights reserved.