com.strategicgains.repoexpress.domain.Expiring Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of repoexpress-common Show documentation
Show all versions of repoexpress-common Show documentation
Storage Repository Pattern for MongoDB, Cassandra, Redis, etc.
package com.strategicgains.repoexpress.domain;
/**
* @author seans
* @since Aug 24, 2013
*/
public interface Expiring
{
public int getTtlSeconds();
public void setTtlSeconds(int seconds);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy