接口的使用
cn.taketoday.test.context.cache.ContextCache
使用ContextCache的程序包
程序包
说明
Support for context caching within the TestContext Framework.
-
cn.taketoday.test.context.cache中ContextCache的使用
修饰符和类型字段说明private final ContextCacheDefaultCacheAwareContextLoaderDelegate.contextCache(专用程序包) static final ContextCacheDefaultCacheAwareContextLoaderDelegate.defaultContextCacheDefault static cache of Infra application contexts.修饰符和类型方法说明protected ContextCacheDefaultCacheAwareContextLoaderDelegate.getContextCache()Get theContextCacheused by this context loader delegate.参数类型为ContextCache的cn.taketoday.test.context.cache中的构造器限定符构造器说明DefaultCacheAwareContextLoaderDelegate(ContextCache contextCache) Construct a newDefaultCacheAwareContextLoaderDelegateusing the suppliedContextCacheand the default or user-configured context failure threshold.privateDefaultCacheAwareContextLoaderDelegate(ContextCache contextCache, int failureThreshold) Construct a newDefaultCacheAwareContextLoaderDelegateusing the suppliedContextCacheand context failure threshold.