Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.cache |
Modifier and Type | Method and Description |
---|---|
CacheKey |
CacheKey.append(CacheKey other,
Object... objects)
Appends the given CacheKey to this instance.
|
static CacheKey |
CacheKey.newBestEffortIsolatedKey(CacheKey cacheKey)
Returns a cache key with the highest possible (best effort) level of user and tenant isolation.
|
static CacheKey |
CacheKey.newEquallyIsolatedKey(CacheKey cacheKey)
Returns a cache key with the same tenant and user isolation level as the given key.
|
static CacheKey |
CacheKey.newGlobalKey(CacheKey cacheKey)
Converts the given CacheKey to a globally visible CacheKey.
|
static CacheKey |
CacheKey.newTenantIsolatedKey(CacheKey cacheKey) |
static CacheKey |
CacheKey.newTenantIsolatedKey(CacheKey cacheKey,
String tenantId)
Converts the given CacheKey to a tenant-isolated CacheKey.
|
static CacheKey |
CacheKey.newTenantIsolatedOrGlobalKey(CacheKey cacheKey)
Returns a tenant-isolated cache key.
|
static CacheKey |
CacheKey.newUserIsolatedKey(CacheKey cacheKey) |
static CacheKey |
CacheKey.newUserIsolatedKey(CacheKey cacheKey,
String userName) |
static CacheKey |
CacheKey.newUserIsolatedKey(CacheKey cacheKey,
String tenantId,
String userName)
Converts the given CacheKey to a tenant-isolated CacheKey.
|
static CacheKey |
CacheKey.newUserOrTenantIsolatedKey(CacheKey cacheKey)
Returns a tenant- and user-isolated cache key.
|
Copyright © 2018 SAP SE. All rights reserved.