Package | Description |
---|---|
org.springframework.data.redis.cache |
Package providing a Redis implementation for Spring
cache
abstraction.
|
Modifier and Type | Method and Description |
---|---|
static BatchStrategy |
BatchStrategies.keys()
|
static BatchStrategy |
BatchStrategies.scan(int batchSize)
A
BatchStrategy using a SCAN cursors and potentially multiple DEL commands to remove all
matching keys. |
Modifier and Type | Method and Description |
---|---|
static RedisCacheWriter |
RedisCacheWriter.lockingRedisCacheWriter(RedisConnectionFactory connectionFactory,
BatchStrategy batchStrategy)
Create new
RedisCacheWriter with locking behavior. |
static RedisCacheWriter |
RedisCacheWriter.nonLockingRedisCacheWriter(RedisConnectionFactory connectionFactory,
BatchStrategy batchStrategy)
Create new
RedisCacheWriter without locking behavior. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.