Interface ConditionalLoadXMLObjectLoadSaveManager<T extends XMLObject>

    • Method Detail

      • isLoadConditionally

        boolean isLoadConditionally()
        Get whether XMLObjectLoadSaveManager.load(String) will check and return data only if modified since the last request for that data.
        Returns:
        true if data modify time check is enabled, false if not
      • clearLoadLastModified

        @Nullable
        Instant clearLoadLastModified​(@Nonnull
                                      String key)
        Clear the cached modified time for the last load of the specified key.
        Parameters:
        key - the target key
        Returns:
        the previously cached modified time, or null if did not exist
      • clearAllLoadLastModified

        void clearAllLoadLastModified()
        Clear the cached modified times for the last load for all keys.