| Package | Description |
|---|---|
| de.hybris.platform.cache | |
| de.hybris.platform.cache.impl | |
| de.hybris.platform.core | |
| de.hybris.platform.hmc.jalo | |
| de.hybris.platform.jalo | |
| de.hybris.platform.util |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Cache.getRequestCacheContent(SingletonCreator.Creator<T> creator) |
<T> T |
Cache.getRequestCacheContentIfExists(SingletonCreator.Creator<T> creator) |
<T> T |
Cache.getStaticCacheContent(SingletonCreator.Creator<T> creator) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
RequestCache.getRequestCacheContent(SingletonCreator.Creator<T> creator) |
<T> T |
StaticCache.getRequestCacheContent(SingletonCreator.Creator<T> creator) |
<T> T |
StaticCache.getRequestCacheContentIfExists(SingletonCreator.Creator<T> creator) |
<T> T |
RequestCache.getStaticCacheContent(SingletonCreator.Creator<T> creator) |
<T> T |
StaticCache.getStaticCacheContent(SingletonCreator.Creator<T> creator) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Registry.getNonTenantSingleton(SingletonCreator.Creator<T> creator) |
static <T> T |
Registry.getSingleton(SingletonCreator.Creator<T> creator) |
static <T> T |
Registry.replaceSingleton(SingletonCreator.Creator<T> creator) |
| Modifier and Type | Field and Description |
|---|---|
static SingletonCreator.Creator<AccessManager> |
AccessManager.SINGLETON_CREATOR |
| Modifier and Type | Class and Description |
|---|---|
static class |
Manager.GenericManagerSingletonCreator |
static class |
Manager.ManagerSingletonCreator |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
SingletonCreator.getSingleton(SingletonCreator.Creator<T> creator)
returns a single instance created by the given Creator.
|
<T> T |
SingletonCreator.getSingletonIfExists(SingletonCreator.Creator<T> creator) |
<T> T |
SingletonCreator.replaceSingleton(SingletonCreator.Creator<T> creator) |
| Constructor and Description |
|---|
SingletonCreateException(SingletonCreator.Creator<?> creator,
java.lang.String msg) |
SingletonCreateException(SingletonCreator.Creator<?> creator,
java.lang.Throwable t) |
Copyright © 2018 SAP SE. All Rights Reserved.