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