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

com.jpattern.service.cache.simple.ICacheElement Maven / Gradle / Ivy

There is a newer version: 3.6.2
Show newest version
package com.jpattern.service.cache.simple;

import java.io.Serializable;

/**
 * 
 * @author Francesco Cina'
 *
 * 24/set/2011
 */
public interface ICacheElement extends Serializable {

	long getTimestamp();

	Serializable getValue();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy