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