Uses of Interface
com.sap.cloud.sdk.cloudplatform.cache.GenericCacheKey
Packages that use GenericCacheKey
Package
Description
-
Uses of GenericCacheKey in com.sap.cloud.sdk.cloudplatform.cache
Classes in com.sap.cloud.sdk.cloudplatform.cache that implement GenericCacheKeyModifier 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
Methods in com.sap.cloud.sdk.cloudplatform.resilience with parameters of type GenericCacheKeyModifier 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
Methods in com.sap.cloud.sdk.cloudplatform.resilience4j that return types with arguments of type GenericCacheKeyModifier and TypeMethodDescriptionprotected <T> javax.cache.configuration.Configuration<GenericCacheKey<?,
?>, T> DefaultCachingDecorator.createCacheConfiguration
(ResilienceConfiguration.CacheConfiguration configuration) Creates a cache configuration to describe the cache behavior.