Uses of Enum Class
se.liu.ida.hefquin.federation.access.impl.cache.PersistentCacheKey.ResponseMode
Packages that use PersistentCacheKey.ResponseMode
-
Uses of PersistentCacheKey.ResponseMode in se.liu.ida.hefquin.federation.access.impl.cache
Subclasses with type arguments of type PersistentCacheKey.ResponseMode in se.liu.ida.hefquin.federation.access.impl.cacheModifier and TypeClassDescriptionstatic enumDefines how the response of a request is interpreted when caching.Methods in se.liu.ida.hefquin.federation.access.impl.cache that return PersistentCacheKey.ResponseModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PersistentCacheKey.ResponseMode[]PersistentCacheKey.ResponseMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in se.liu.ida.hefquin.federation.access.impl.cache with parameters of type PersistentCacheKey.ResponseModeModifierConstructorDescriptionPersistentCacheKey(DataRetrievalRequest req, FederationMember fm, PersistentCacheKey.ResponseMode responseMode) Creates a cache key for the given request, federation member, and response mode.