spring-framework / org.springframework.test.context.cache / ContextCacheUtils / retrieveMaxCacheSize

retrieveMaxCacheSize

open static fun retrieveMaxCacheSize(): Int

Retrieve the maximum size of the ContextCache.

Uses SpringProperties to retrieve a system property or Spring property named spring.test.context.cache.maxSize.

Falls back to the value of the ContextCache#DEFAULT_MAX_CONTEXT_CACHE_SIZE if no such property has been set or if the property is not an integer.

Return
the maximum size of the context cache

See Also
ContextCache#MAX_CONTEXT_CACHE_SIZE_PROPERTY_NAME