Uses of Interface
com.giffing.bucket4j.spring.boot.starter.config.cache.SyncCacheResolver
-
Uses of SyncCacheResolver in com.giffing.bucket4j.spring.boot.starter.config.cache.jcache
Classes in com.giffing.bucket4j.spring.boot.starter.config.cache.jcache that implement SyncCacheResolver Modifier and Type Class Description classInfinispanJCacheCacheResolverTo use Infinispan you need a special bucket4j-infinispan dependency.classJCacheCacheResolverThis class is the JCache (JSR-107) implementation of theCacheResolver.Methods in com.giffing.bucket4j.spring.boot.starter.config.cache.jcache that return SyncCacheResolver Modifier and Type Method Description SyncCacheResolverInfinispanJCacheBucket4jConfiguration. bucket4jCacheResolver()SyncCacheResolverJCacheBucket4jConfiguration. bucket4jCacheResolver() -
Uses of SyncCacheResolver in com.giffing.bucket4j.spring.boot.starter.config.cache.redis
Classes in com.giffing.bucket4j.spring.boot.starter.config.cache.redis that implement SyncCacheResolver Modifier and Type Class Description classRedisCacheResolverThis class is the Redis implementation of theCacheResolver.Methods in com.giffing.bucket4j.spring.boot.starter.config.cache.redis that return SyncCacheResolver Modifier and Type Method Description SyncCacheResolverRedisBucket4jConfiguration. bucket4RedisResolver(org.springframework.data.redis.core.RedisTemplate redisTemplate) -
Uses of SyncCacheResolver in com.giffing.bucket4j.spring.boot.starter.config.servlet
Constructors in com.giffing.bucket4j.spring.boot.starter.config.servlet with parameters of type SyncCacheResolver Constructor Description Bucket4JAutoConfigurationServletFilter(Bucket4JBootProperties properties, org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory, org.springframework.context.support.GenericApplicationContext context, SyncCacheResolver cacheResolver, List<MetricHandler> metricHandlers, Bucket4jConfigurationHolder servletConfigurationHolder, org.springframework.expression.ExpressionParser servletFilterExpressionParser)