public class StaticCache extends 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) |
Map |
getRequestCacheMap() |
<T> T |
getStaticCacheContent(SingletonCreator.Creator<T> creator) |
public void clearStaticCache()
public 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 © 2017 SAP SE. All Rights Reserved.