Interface GenericMessage

    • Method Detail

      • isNoCache

        boolean isNoCache()

        Gets whether this Generic message should be cached in the DataSource (both remote and local ).

        Returns:
        true if this record should not be cached in the remote DataSource's cache, false if it should be cached.
      • setNoCache

        void setNoCache​(boolean noCache)

        Sets whether this Generic message should be cached in the DataSource (both remote and local).

         

        If you do not call this method then by default all GenericMessages have the value of no cache set to false.

        Parameters:
        noCache - true if this record should not be cached in the remote DataSource's cache, false if it should be cached.