Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.cache | |
com.sap.cloud.sdk.cloudplatform.security.user | |
com.sap.cloud.sdk.frameworks.hystrix |
Modifier and Type | Method and Description |
---|---|
static long |
CacheManager.invalidateUserCaches()
Invalidates all caches of the current user.
|
static long |
CacheManager.invalidateUserEntries(com.google.common.cache.Cache<CacheKey,?> cache)
Invalidates all cache entries of the current tenant-specific user.
|
static CacheKey |
CacheKey.ofTenantAndUserIsolation()
Constructs a tenant- and user-isolated instance of
CacheKey . |
Modifier and Type | Method and Description |
---|---|
User |
AbstractUserFacade.getCurrentUser()
Returns the current
User . |
static User |
UserAccessor.getCurrentUser()
Returns the current
User . |
User |
UserFacade.getCurrentUser()
Returns the current
User . |
Modifier and Type | Method and Description |
---|---|
static String |
HystrixUtil.getTenantAndUserIsolatedKey(Class<?> commandClass)
Returns a tenant- and user-isolated command key.
|
Copyright © 2019 SAP SE. All rights reserved.