abstract class ContextCacheUtils
Collection of utilities for working with ContextCache. |
|
open class DefaultCacheAwareContextLoaderDelegate : CacheAwareContextLoaderDelegate
Default implementation of the CacheAwareContextLoaderDelegate interface. To use a static |
|
open class DefaultContextCache : ContextCache
Default implementation of the ContextCache API. Uses a synchronized Map configured with a maximum size and a least recently used (LRU) eviction policy to cache ApplicationContext instances. The maximum size may be supplied as a constructor argument or set via a system property or Spring property named |