See: Description
Interface | Description |
---|---|
CacheKeyPrefix |
CacheKeyPrefix provides a hook for creating custom prefixes prepended to the actual key stored in
Redis. |
RedisCacheWriter |
RedisCacheWriter provides low level access to Redis commands (SET, SETNX, GET, EXPIRE,... ) used for
caching. |
Class | Description |
---|---|
RedisCache |
Cache implementation using for Redis as underlying store. |
RedisCacheConfiguration |
Immutable
RedisCacheConfiguration helps customizing RedisCache behaviour such as caching
null values, cache key prefixes and binary serialization. |
RedisCacheManager |
CacheManager backed by a Redis cache. |
RedisCacheManager.RedisCacheManagerBuilder |
Configurator for creating
RedisCacheManager . |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.