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 PreloadableCache
public void loadCache()
loadCache
in interface PreloadableCache
public void refreshCache()
refreshCache
in interface CacheService
public void clearCache()
clearCache
in interface CacheService
Copyright © 2019 CenturyLink, Inc.