invalidateAll

public abstract void invalidateAll(Plugin owningPlugin)

Invalidates all metadata in the metadata store that originates from the given plugin. Doing this will force each invalidated metadata item to be recalculated the next time it is accessed.

Parameters

owningPlugin

the plugin requesting the invalidation.

Throws

If plugin is null