public interface RedisGlobalContext extends org.hibernate.ogm.datastore.keyvalue.options.navigation.KeyValueStoreGlobalContext<RedisGlobalContext,RedisEntityContext>, org.hibernate.ogm.datastore.document.options.navigation.DocumentStoreGlobalContext<RedisGlobalContext,RedisEntityContext>
| Modifier and Type | Method and Description |
|---|---|
RedisGlobalContext |
ttl(long value,
TimeUnit timeUnit)
Specifies the TTL for keys.
|
cacheMappingRedisGlobalContext ttl(long value, TimeUnit timeUnit)
TTLvalue - the TTL durationtimeUnit - the TTL time unitCopyright © 2010–2017 Hibernate. All rights reserved.