Interface DataCachePCData

  • All Superinterfaces:
    PCData, java.io.Serializable
    All Known Implementing Classes:
    DataCachePCDataImpl

    public interface DataCachePCData
    extends PCData
    Specialized PCData implementation for data caching.
    Author:
    Patrick Linskey
    • Method Detail

      • isTimedOut

        boolean isTimedOut()
        Whether this data is timed out.
      • getTimeOut

        long getTimeOut()
        Gets the original timeout of this instance.
        Returns:
        -1 for no timeout ever.