Interface CacheAwareContextLoaderDelegate

All Known Implementing Classes:
DefaultCacheAwareContextLoaderDelegate

public interface CacheAwareContextLoaderDelegate
A CacheAwareContextLoaderDelegate is responsible for loading and closing application contexts, interacting transparently with a ContextCache behind the scenes.

As of Spring Framework 7.0, this SPI includes optional support for registering and unregistering context usage.

Note: CacheAwareContextLoaderDelegate does not extend the ContextLoader or SmartContextLoader interface.

Since:
3.2.2
Author:
Sam Brannen