public interface CacheMapInitializer
Interface used to define the method to initialize a cache map. Used in the DefaultDataStore
.
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
initialize(Class<? extends Resource> clazz,
Map<String,?> data,
com.okta.commons.http.QueryString queryString)
Used to initialize a cache map based on the provided class, data and query string.
|
Map<String,Object> initialize(Class<? extends Resource> clazz, Map<String,?> data, com.okta.commons.http.QueryString queryString)
clazz
- the resource class that will be used to identify the type of resource.data
- the data to be cached that should be analyzed to initialize the map.queryString
- the query string to be analyzed to initialize the map.Copyright © 2017–2023 Okta. All rights reserved.