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

com.afkl.generic.mashery.model.MasheryServiceCache Maven / Gradle / Ivy

The newest version!
package com.afkl.generic.mashery.model;


public class MasheryServiceCache {

	private Integer cacheTtl;

	public Integer getCacheTtl() {
		return cacheTtl;
	}

	public void setCacheTtl(int cacheTtl) {
		this.cacheTtl = cacheTtl;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy