public interface RedisGlobalContext extends KeyValueStoreGlobalContext<RedisGlobalContext,RedisEntityContext>, DocumentStoreGlobalContext<RedisGlobalContext,RedisEntityContext>
| Modifier and Type | Method and Description |
|---|---|
RedisGlobalContext |
ttl(long value,
TimeUnit timeUnit)
Specifies the TTL for keys.
|
cacheMappingassociationStorage, mapStorageentityRedisGlobalContext ttl(long value, TimeUnit timeUnit)
TTLvalue - the TTL durationtimeUnit - the TTL time unitCopyright © 2010–2016 Hibernate. All rights reserved.