Interface ExpirationDataRule.Builder

  • Method Details

    • daysAfterLastAccess

      ExpirationDataRule.Builder daysAfterLastAccess(Integer daysAfterLastAccess)

      The number of days after last access before cached data expires from the file system.

      Parameters:
      daysAfterLastAccess - The number of days after last access before cached data expires from the file system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.