Package | Description |
---|---|
org.springframework.data.redis.cache |
Package providing a Redis implementation for Spring cache abstraction.
|
Modifier and Type | Method and Description |
---|---|
RedisCacheKey |
RedisCacheElement.getKey() |
RedisCacheKey |
RedisCacheKey.usePrefix(byte[] prefix)
Use the given prefix when generating key.
|
RedisCacheKey |
RedisCacheKey.withKeySerializer(RedisSerializer serializer)
Use
RedisSerializer for converting the key into its Byte representation. |
Modifier and Type | Method and Description |
---|---|
RedisCacheElement |
RedisCache.get(RedisCacheKey cacheKey)
Return the value to which this cache maps the specified key.
|
Constructor and Description |
---|
RedisCacheElement(RedisCacheKey cacheKey,
Object value) |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.