Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.cache | |
com.sap.cloud.sdk.cloudplatform.metering | |
com.sap.cloud.sdk.cloudplatform.tenant |
Modifier and Type | Method and Description |
---|---|
static long |
CacheManager.invalidateTenantCaches()
Invalidates all caches of the current tenant.
|
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 user.
|
static CacheKey |
CacheKey.newTenantIsolatedKey() |
static CacheKey |
CacheKey.newUserIsolatedKey() |
static CacheKey |
CacheKey.newUserIsolatedKey(CacheKey cacheKey) |
static CacheKey |
CacheKey.newUserIsolatedKey(CacheKey cacheKey,
String userName) |
static CacheKey |
CacheKey.newUserIsolatedKey(String userName) |
static CacheKey |
CacheKey.newUserOrTenantIsolatedKey()
Returns a tenant- and user-isolated cache key.
|
static CacheKey |
CacheKey.newUserOrTenantIsolatedKey(CacheKey cacheKey)
Returns a tenant- and user-isolated cache key.
|
Modifier and Type | Method and Description |
---|---|
void |
MeteringStats.sendToMeteringService()
Sends the stored data to the metering service.
|
Modifier and Type | Method and Description |
---|---|
Tenant |
TenantFacade.getCurrentTenant()
Returns the current
Tenant . |
static Tenant |
TenantAccessor.getCurrentTenant()
Returns the current
Tenant . |
Tenant |
ScpCfTenantFacade.getCurrentTenant()
Returns the current
Tenant . |
Tenant |
ScpNeoTenantFacade.getCurrentTenant()
Returns the current
Tenant . |
ScpCfTenant |
ScpCfTenantFacade.lookupCurrentTenant()
Retrieves the current tenant from the JWT bearer in the Authorization header of the current request.
|
ScpNeoTenant |
ScpNeoTenantFacade.lookupCurrentTenant()
Performs a JNDI lookup to retrieve the current tenant.
|
Copyright © 2018 SAP SE. All rights reserved.