Interface ClearableMetadataResolver

    • Method Detail

      • clear

        void clear()
            throws ResolverException
        Attempt to clear all data from the internal cache of the resolver.
        Throws:
        ResolverException - if the clear operation was unsuccessful
      • clear

        void clear​(@Nonnull
                   String entityID)
            throws ResolverException
        Attempt to clear data from the internal cache of the resolver for the specified entityID.
        Parameters:
        entityID - the target entityID
        Throws:
        ResolverException - if the clear operation was unsuccessful