Package net.officefloor.cache.constant
Interface ConstantCacheDataRetriever<K,V>
-
public interface ConstantCacheDataRetriever<K,V>Retrieves the data for theConstantCacheManagedObjectSource.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<K,V>getData()Obtains the data.
-