Package net.ontopia.persistence.proxy
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isValid()
INTERNAL: Method checks to see if ticket is valid or not.
-