Class DataModifiedFilter.ScopeInfo
- java.lang.Object
-
- de.businesscode.bcdui.web.cacheControl.DataModifiedFilter.ScopeInfo
-
- Enclosing class:
- DataModifiedFilter
protected static class DataModifiedFilter.ScopeInfo extends java.lang.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 Summary
Constructors Constructor Description ScopeInfo(java.lang.String scope, java.util.Date scopeLastModifiedMs, java.util.Date earliestNextModifiedMs, java.lang.Long expiresMinOffsetSec)
-