| Package | Description |
|---|---|
| org.springframework.data.redis.cache |
Package providing a Redis implementation for Spring
cache
abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
protected RedisCache |
RedisCacheManager.createRedisCache(String name,
RedisCacheConfiguration cacheConfig)
Configuration hook for creating
RedisCache with given name and cacheConfig. |
protected RedisCache |
RedisCacheManager.getMissingCache(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<RedisCache> |
RedisCacheManager.loadCaches() |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.