类 DefaultCacheAwareContextLoaderDelegate

java.lang.Object
cn.taketoday.test.context.cache.DefaultCacheAwareContextLoaderDelegate
所有已实现的接口:
CacheAwareContextLoaderDelegate

public class DefaultCacheAwareContextLoaderDelegate extends Object implements CacheAwareContextLoaderDelegate
Default implementation of the CacheAwareContextLoaderDelegate interface.

To use a static DefaultContextCache, invoke the DefaultCacheAwareContextLoaderDelegate() constructor; otherwise, invoke the DefaultCacheAwareContextLoaderDelegate(ContextCache) and provide a custom ContextCache implementation.

从以下版本开始:
4.0
作者:
Sam Brannen, Harry Yang