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

com.strategicgains.repoexpress.domain.Expiring Maven / Gradle / Ivy

There is a newer version: 0.4.8
Show newest version
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