![JAR search and dependency download from the Maven repository](/logo.png)
org.hibernate.cache.redis.hibernate4.ConfigurableRedisRegionFactory 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.hibernate4;
import org.hibernate.cache.redis.client.RedisClient;
import org.hibernate.cache.redis.util.CacheTimestamper;
/**
* @author Johno Crawford ([email protected])
*/
public interface ConfigurableRedisRegionFactory {
CacheTimestamper createCacheTimestamper(RedisClient redisClient, String cacheKey);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy