Class CacheLoadingContext
- java.lang.Object
-
- net.shibboleth.oidc.metadata.cache.CacheLoadingContext
-
@Immutable public class CacheLoadingContext extends Object
Context to hold information pertaining to a cache loading event.
-
-
Field Summary
Fields Modifier and Type Field Description private InstantlastRefreshLast time a refresh cycle occurred.private InstantlastUpdateLast time the metadata was updated.
-
Constructor Summary
Constructors Constructor Description CacheLoadingContext(Instant lastUpdateTime, Instant lastRefreshTime)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantgetLastRefresh()Get the last refresh time.InstantgetLastUpdate()Get the last successful update time.
-