Package | Description |
---|---|
org.springframework.test.context.cache |
Support for context caching within the Spring TestContext Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultContextCache
Default implementation of the
ContextCache API. |
Modifier and Type | Method and Description |
---|---|
protected ContextCache |
DefaultCacheAwareContextLoaderDelegate.getContextCache()
Get the
ContextCache used by this context loader delegate. |
Constructor and Description |
---|
DefaultCacheAwareContextLoaderDelegate(ContextCache contextCache)
Construct a new
DefaultCacheAwareContextLoaderDelegate using
the supplied ContextCache . |