public class PlatformFacadeStrategyHandleCache extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
PlatformFacadeStrategyHandleCache.CacheEntry |
| Modifier and Type | Field and Description |
|---|---|
static PlatformFacadeStrategyHandleCache.CacheEntry |
NOT_HANDLED_TYPE |
| Constructor and Description |
|---|
PlatformFacadeStrategyHandleCache() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(String typeCode) |
protected Map<String,PlatformFacadeStrategyHandleCache.CacheEntry> |
getHandleCache() |
protected TypeService |
getTypeService() |
void |
invalidate() |
void |
setTypeService(TypeService typeService) |
public static final PlatformFacadeStrategyHandleCache.CacheEntry NOT_HANDLED_TYPE
public boolean canHandle(String typeCode)
public void invalidate()
protected Map<String,PlatformFacadeStrategyHandleCache.CacheEntry> getHandleCache()
protected TypeService getTypeService()
public void setTypeService(TypeService typeService)
Copyright © 2017 SAP SE. All Rights Reserved.