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

    Modifier and Type
    Method
    Description
    Returns the unique identifier for that represents the key
  • Method Details

    • getId

      K getId()
      Returns the unique identifier for that represents the key
      Returns:
      Id