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

com.att.aft.dme2.cache.service.CacheEntryView Maven / Gradle / Ivy

package com.att.aft.dme2.cache.service;

import com.att.aft.dme2.cache.domain.CacheElement;
import com.att.aft.dme2.cache.domain.CacheElement.Key;

public interface CacheEntryView {
	public CacheElement getEntry(Key key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy