Uses of Class
net.shibboleth.oidc.metadata.cache.CacheLoadingContext
Packages that use CacheLoadingContext
Package
Description
Metadata cache API.
Metadata cache implementation.
-
Uses of CacheLoadingContext in net.shibboleth.oidc.metadata.cache
Methods in net.shibboleth.oidc.metadata.cache with parameters of type CacheLoadingContextModifier and TypeMethodDescriptionbyte[]LoadingStrategy.load(CacheLoadingContext context) Load cache data from a source. -
Uses of CacheLoadingContext in net.shibboleth.oidc.metadata.cache.impl
Methods in net.shibboleth.oidc.metadata.cache.impl that return CacheLoadingContextModifier and TypeMethodDescriptionprivate CacheLoadingContextBatchMetadataCache.createLoadingContext()Create a cache loading context based on the last refresh and last update time of the backing store.Methods in net.shibboleth.oidc.metadata.cache.impl with parameters of type CacheLoadingContextModifier and TypeMethodDescriptionbyte[]DefaultFileLoadingStrategy.load(CacheLoadingContext context) Load cache data from a source.byte[]DefaultResourceLoadingStrategy.load(CacheLoadingContext context) Load cache data from a source.