All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.cache.redis.util.CacheTimestamper Maven / Gradle / Ivy

package org.hibernate.cache.redis.util;

/**
 * @author Johno Crawford ([email protected])
 */
public interface CacheTimestamper {
    long next();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy