public class ProcessRequests extends java.lang.Object implements PreloadableCache
| Constructor and Description | 
|---|
ProcessRequests()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
clearCache()  | 
static AssetRequest | 
getRequest(RequestKey requestKey)  | 
static AssetRequest | 
getRequest(java.lang.String method,
          java.lang.String path)  | 
static java.util.Map<RequestKey,AssetRequest> | 
getRequests()  | 
void | 
initialize(java.util.Map<java.lang.String,java.lang.String> params)  | 
void | 
loadCache()  | 
void | 
refreshCache()  | 
public static java.util.Map<RequestKey,AssetRequest> getRequests()
public static AssetRequest getRequest(java.lang.String method, java.lang.String path)
public static AssetRequest getRequest(RequestKey requestKey)
public void initialize(java.util.Map<java.lang.String,java.lang.String> params)
initialize in interface PreloadableCachepublic void loadCache()
loadCache in interface PreloadableCachepublic void refreshCache()
refreshCache in interface CacheServicepublic void clearCache()
clearCache in interface CacheServiceCopyright © 2019 CenturyLink, Inc.