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 tenant-specific user.
|
static CacheKey |
CacheKey.ofTenantAndUserIsolation()
Constructs a tenant- and user-isolated instance of
CacheKey . |
static CacheKey |
CacheKey.ofTenantIsolation()
Constructs a tenant-isolated instance of
CacheKey . |
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 |
AbstractTenantFacade.getCurrentTenant()
Returns the current
Tenant . |
Optional<Tenant> |
TenantFacade.getCurrentTenantIfAvailable()
Returns the current
Tenant , if available. |
static Optional<Tenant> |
TenantAccessor.getCurrentTenantIfAvailable()
Returns the current
Tenant , if available. |
Optional<Tenant> |
AbstractTenantFacade.getCurrentTenantIfAvailable()
Returns the current
Tenant , if available. |
Optional<Tenant> |
TenantFacade.resolveCurrentTenant()
Resolves the current
Tenant using the platform-specific lookup. |
Optional<Tenant> |
ScpCfTenantFacade.resolveCurrentTenant()
Resolves the current
Tenant using the platform-specific lookup. |
Optional<Tenant> |
ScpNeoTenantFacade.resolveCurrentTenant()
Resolves the current
Tenant using the platform-specific lookup. |
Modifier and Type | Method and Description |
---|---|
protected CacheKey |
CachingCommand.getCommandCacheKey()
Returns the
CacheKey that is used by this command. |
Copyright © 2019 SAP SE. All rights reserved.