Interface TicketIF


public interface TicketIF
INTERNAL: A simple ticket interface. This interface is primarily used to verify that the shared cache does not contain any expired data.

  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    INTERNAL: Method checks to see if ticket is valid or not.
  • Method Details

    • isValid

      boolean isValid()
      INTERNAL: Method checks to see if ticket is valid or not.