Skip to content

Commit 202f37e

Browse files
committed
apply fix
1 parent a5a9e43 commit 202f37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudplatform/connectivity-destination-service/src/main/java/com/sap/cloud/sdk/cloudplatform/connectivity/GetOrComputeAllDestinationsCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static GetOrComputeAllDestinationsCommand prepareCommand(
4141

4242
final CacheKey cacheKey = CacheKey.ofTenantOptionalIsolation();
4343

44-
cacheKey.append(destinationOptions);
44+
cacheKey.append(DestinationServiceOptionsAugmenter.getRetrievalStrategy(destinationOptions));
4545

4646
final ReentrantLock isolationLock =
4747
Objects.requireNonNull(isolationLocks.get(cacheKey, any -> new ReentrantLock()));

0 commit comments

Comments
 (0)