Interface ConstantCacheDataRetriever<K,V>


public interface ConstantCacheDataRetriever<K,V>
Retrieves the data for the ConstantCacheManagedObjectSource.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtains the data.
  • Method Details

    • getData

      Map<K,V> getData() throws Exception
      Obtains the data.
      Returns:
      Map containing the cached key/value pairs.
      Throws:
      Exception - If fails to obtain data.