public class DefaultCacheMapCreator extends java.lang.Object implements CacheMapCreator
| Constructor and Description |
|---|
DefaultCacheMapCreator(java.util.Map<java.lang.String,?> data) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
create()
Creates an empty cache map with the initial size being the size of the
data map provided in the constructor.
|
java.util.Map<java.lang.String,?> |
getData() |
public DefaultCacheMapCreator(java.util.Map<java.lang.String,?> data)
public java.util.Map<java.lang.String,java.lang.Object> create()
create in interface CacheMapCreatorcreate()public java.util.Map<java.lang.String,?> getData()
Copyright © 2017-2021 Okta. All Rights Reserved.