Class RefDataCache


  • public class RefDataCache
    extends Object
    Provides a Client Ref Data Cache for the ClientRefDataHandler.
    Since:
    17.10.0
    • Method Detail

      • invalidateCache

        public static void invalidateCache()
        Invalidate Cache
      • get

        public static Object get​(ClientRefData crd)
        Gets the cached value object. if JSON or XML the String value, if CSV returns a rowlist List>
        Parameters:
        crd - the ClientRefData (required)
        Returns:
        the cached object, if JSON or XML the String value, if CSV returns a rowlist List>