org.hibernate.cache.redis.util.CacheTimestamper 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.util;
/**
* @author Johno Crawford ([email protected])
*/
public interface CacheTimestamper {
long next();
}