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