public class RedisIdentifiableValue extends Object implements com.googlecode.objectify.cache.IdentifiableValue
| Constructor and Description |
|---|
RedisIdentifiableValue(Object value) |
| Modifier and Type | Method and Description |
|---|---|
static RedisIdentifiableValue |
fromRedisString(byte[] input) |
byte[] |
getVersionRedisString()
Just the redis string version of the version, not the body
|
byte[] |
toRedisString() |
public RedisIdentifiableValue(Object value)
public byte[] toRedisString()
public byte[] getVersionRedisString()
public static RedisIdentifiableValue fromRedisString(byte[] input)
Copyright © 2019. All rights reserved.