Uses of Enum Class
org.springframework.test.context.cache.ContextCache.PauseMode
Packages that use ContextCache.PauseMode
Package
Description
Support for context caching within the Spring TestContext Framework.
-
Uses of ContextCache.PauseMode in org.springframework.test.context.cache
Subclasses with type arguments of type ContextCache.PauseMode in org.springframework.test.context.cacheModifier and TypeClassDescriptionstatic enumEnumeration of modes that dictate whether inactive application contexts stored in theContextCacheshould be paused.Methods in org.springframework.test.context.cache that return ContextCache.PauseModeModifier and TypeMethodDescriptionstatic @Nullable ContextCache.PauseModeGet thePauseModeenum constant with the supplied name, stripped and ignoring case.static ContextCache.PauseModeContextCacheUtils.retrievePauseMode()Retrieve theContextCache.PauseModefor theContextCache.static ContextCache.PauseModeReturns the enum constant of this class with the specified name.static ContextCache.PauseMode[]ContextCache.PauseMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.test.context.cache with parameters of type ContextCache.PauseModeModifierConstructorDescriptionDefaultContextCache(int maxSize, ContextCache.PauseMode pauseMode) Create a newDefaultContextCacheusing the supplied maximum cache size andContextCache.PauseMode.