接口的使用
org.springframework.test.context.cache.ContextCache
使用ContextCache的程序包 程序包 说明 org.springframework.test.context.cache Support for context caching within the Spring TestContext Framework.org.springframework.test.context.cache中ContextCache的使用
实现ContextCache的org.springframework.test.context.cache中的类 修饰符和类型 类 说明 classDefaultContextCacheDefault implementation of theContextCacheAPI.返回ContextCache的org.springframework.test.context.cache中的方法 修饰符和类型 方法 说明 protected ContextCacheDefaultCacheAwareContextLoaderDelegate. getContextCache()Get theContextCacheused by this context loader delegate.参数类型为ContextCache的org.springframework.test.context.cache中的构造器 构造器 说明 DefaultCacheAwareContextLoaderDelegate(ContextCache contextCache)Construct a newDefaultCacheAwareContextLoaderDelegateusing the suppliedContextCache.