org.hibernate.cache.redis.client.RedisTimestamper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hibernate-redis Show documentation
Show all versions of hibernate-redis Show documentation
Hibernate 2nd cache provider with Redis
The newest version!
package org.hibernate.cache.redis.client;
import org.hibernate.cache.redis.util.CacheTimestamper;
import java.util.Collections;
import java.util.List;
/**
* @author Johno Crawford ([email protected])
*/
public class RedisTimestamper implements CacheTimestamper {
private final RedisClient redisClient;
private final List