Interface CacheKeyService
- All Known Implementing Classes:
DefaultCacheKeyService
public interface CacheKeyService
Generates cache keys to be used for hybris cache regions
-
Method Summary
Modifier and TypeMethodDescriptionCreates a cache key for the authorization data cache regioncreateAuthorizationDataCacheKey(String baseSite) Creates a cache key for the authorization data cache region where the base site is set externallycreateConfigurationSummaryCacheKey(String configId) Creates a cache key for the configuration summary cache region
-
Method Details
-
createAuthorizationDataCacheKey
Creates a cache key for the authorization data cache region where the base site is set externally- Parameters:
baseSite- base site- Returns:
- the created cache key
-
createAuthorizationDataCacheKey
DefaultCacheKey createAuthorizationDataCacheKey()Creates a cache key for the authorization data cache region- Returns:
- the created cache key
-
createConfigurationSummaryCacheKey
Creates a cache key for the configuration summary cache region- Parameters:
configId- identifier of the configuration summary- Returns:
- the created cache key
-