Uses of Record Class
com.loomcache.client.ClientRequestDeduplicator.CoalescingKey
Packages that use ClientRequestDeduplicator.CoalescingKey
-
Uses of ClientRequestDeduplicator.CoalescingKey in com.loomcache.client
Methods in com.loomcache.client that return ClientRequestDeduplicator.CoalescingKeyModifier and TypeMethodDescriptionClientRequestDeduplicator.InFlightRequest.coalescingKey()Returns the value of thecoalescingKeyrecord component.Constructors in com.loomcache.client with parameters of type ClientRequestDeduplicator.CoalescingKeyModifierConstructorDescriptionInFlightRequest(String requestId, ClientRequestDeduplicator.CoalescingKey coalescingKey, CompletableFuture<?> future, long createdAt) Creates an instance of aInFlightRequestrecord class.