Class DataModifiedFilter.ScopeInfo

java.lang.Object
de.businesscode.bcdui.web.cacheControl.DataModifiedFilter.ScopeInfo
Enclosing class:
DataModifiedFilter

protected static class DataModifiedFilter.ScopeInfo extends Object
Holds information about a scope like when data was actually refreshed last time and possibly when it may be refreshed earliest next time
  • Constructor Details

    • ScopeInfo

      public ScopeInfo(String scope, Date scopeLastModifiedMs, Date earliestNextModifiedMs, Long expiresMinOffsetSec)