Uses of Interface
org.springframework.test.context.cache.ContextCache
Packages that use ContextCache Package Description org.springframework.test.context.cache 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 ContextCache Modifier and Type Class Description classDefaultContextCacheDefault implementation of theContextCacheAPI.Methods in org.springframework.test.context.cache that return ContextCache Modifier and Type Method Description protected ContextCacheDefaultCacheAwareContextLoaderDelegate. getContextCache()Get theContextCacheused by this context loader delegate.Constructors in org.springframework.test.context.cache with parameters of type ContextCache Constructor Description DefaultCacheAwareContextLoaderDelegate(ContextCache contextCache)Construct a newDefaultCacheAwareContextLoaderDelegateusing the suppliedContextCache.