Interface IntegrationCacheKey<K>
- Type Parameters:
K- Key type
- All Known Subinterfaces:
DestinationRestTemplateCacheKey
- All Known Implementing Classes:
CsrfParametersCacheKey,DefaultDestinationRestTemplateCacheKey,WebhookDeletedItemCacheKey
public interface IntegrationCacheKey<K>
Represents a key to the cached item
-
Method Summary
-
Method Details
-
getId
K getId()Returns the unique identifier for that represents the key- Returns:
- Id
-