Uses of Interface
org.springframework.test.context.cache.ContextCache
Packages that use ContextCache
Package
Description
Support for context caching within the Spring TestContext Framework.
-
Uses of ContextCache in org.springframework.test.context.cache
Classes in org.springframework.test.context.cache that implement ContextCacheMethods in org.springframework.test.context.cache that return ContextCacheModifier and TypeMethodDescriptionprotected ContextCache
DefaultCacheAwareContextLoaderDelegate.getContextCache()
Get theContextCache
used by this context loader delegate.Constructors in org.springframework.test.context.cache with parameters of type ContextCacheModifierConstructorDescriptionDefaultCacheAwareContextLoaderDelegate
(ContextCache contextCache) Construct a newDefaultCacheAwareContextLoaderDelegate
using the suppliedContextCache
and the default or user-configured context failure threshold.