public class RequestCache
extends java.lang.Object
| Constructor and Description |
|---|
RequestCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clearRequestCache() |
<T> T |
getRequestCacheContent(SingletonCreator.Creator<T> creator) |
<T> T |
getStaticCacheContent(SingletonCreator.Creator<T> creator) |
public <T> T getRequestCacheContent(SingletonCreator.Creator<T> creator)
public void clearRequestCache()
public <T> T getStaticCacheContent(SingletonCreator.Creator<T> creator)
public void clear()
Copyright © 2018 SAP SE. All Rights Reserved.