![JAR search and dependency download from the Maven repository](/logo.png)
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
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
© 2015 - 2025 Weber Informatics LLC | Privacy Policy