Uses of Interface
org.springframework.test.context.cache.ContextCache.LoadFunction
Packages that use ContextCache.LoadFunction
Package
Description
Support for context caching within the Spring TestContext Framework.
-
Uses of ContextCache.LoadFunction in org.springframework.test.context.cache
Methods in org.springframework.test.context.cache with parameters of type ContextCache.LoadFunctionModifier and TypeMethodDescriptiondefault ApplicationContext
ContextCache.put
(MergedContextConfiguration key, ContextCache.LoadFunction loadFunction) Explicitly add anApplicationContext
to the cache under the given key, potentially honoring a custom eviction policy.DefaultContextCache.put
(MergedContextConfiguration key, ContextCache.LoadFunction loadFunction)