Interface ConstantCacheDataRetriever<K,​V>

    • Method Detail

      • getData

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