Uses of Interface
org.springframework.test.context.cache.ContextCache
Package
Description
Support for context caching within the Spring TestContext Framework.
-
Uses of ContextCache in org.springframework.test.context.cache
Modifier and TypeMethodDescriptionprotected ContextCache
DefaultCacheAwareContextLoaderDelegate.getContextCache()
Get theContextCache
used by this context loader delegate.ModifierConstructorDescriptionDefaultCacheAwareContextLoaderDelegate
(ContextCache contextCache) Construct a newDefaultCacheAwareContextLoaderDelegate
using the suppliedContextCache
and the default or user-configured context failure threshold.