public class DefinitionCacheMapImpl extends Object implements DefinitionCache
| Constructor and Description |
|---|
DefinitionCacheMapImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Optional<BundleDef> |
get(String profile) |
void |
put(String profile,
BundleDef def) |
public Optional<BundleDef> get(String profile)
get in interface DefinitionCachepublic void put(String profile, BundleDef def)
put in interface DefinitionCachepublic void clear()
clear in interface InvalidableCopyright © 2021. All rights reserved.