Uses of Interface
com.sap.cloud.sdk.cloudplatform.cache.GenericCacheKey
Package
Description
-
Uses of GenericCacheKey in com.sap.cloud.sdk.cloudplatform.cache
Modifier and TypeClassDescriptionfinal class
CacheKey with either global visibility, tenant isolation, or tenant and principal isolation.final class
SerializableCacheKey with either global visibility, tenant isolation, or tenant and principal isolation. -
Uses of GenericCacheKey in com.sap.cloud.sdk.cloudplatform.resilience
Modifier and TypeMethodDescriptionboolean
CacheFilter.matches
(ResilienceConfiguration configuration, GenericCacheKey<?, ?> cacheKey, Object cacheEntry) Determines whether a specific cache entry matches the expectations of this cache filter. -
Uses of GenericCacheKey in com.sap.cloud.sdk.cloudplatform.resilience4j
Modifier and TypeMethodDescriptionprotected <T> javax.cache.configuration.Configuration<GenericCacheKey<?,
?>, T> DefaultCachingDecorator.createCacheConfiguration
(ResilienceConfiguration.CacheConfiguration configuration) Creates a cache configuration to describe the cache behavior.