Interface IInvalidator


public interface IInvalidator
Client interface for invalidators. Invalidator components offer this interface. Typically invalidators are property-declared components that require no coding but rely on a generic implementation. There can be more that one invalidator in use at a time. The default invalidator is declared in the home layout. Usually there is no need to look it up but rather invalidations can be posted via the home handle HomeHandle.
  • Field Details

  • Method Details

    • postInvalidations

      void postInvalidations(Collection<String> invs)
      post a set of resource invalidations into a clustered environment Note: these will not be effective for the current home. See also HomeHandle#broadcastInvalidations(Set, short) and IHomeLayout#broadcastInvalidations(Set, long, short) on the current VM.
      Parameters:
      invs -