| Modifier and Type | Method and Description |
|---|---|
SerializableCacheKey |
SerializableCacheKey.append(Iterable<Serializable> objects)
Appends the given Objects to this instance.
|
static SerializableCacheKey |
SerializableCacheKey.of(String tenantId,
String principalId)
Constructs a
SerializableCacheKey for the given tenant and principal identifier, independent of whether
they are null or not. |
static SerializableCacheKey |
SerializableCacheKey.of(Tenant tenant,
Principal principal)
Constructs a
CacheKey for the given tenant and principal identifier, independent of whether they are
null or not. |
Copyright © 2020 SAP SE. All rights reserved.