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

ContextCacheUtils

abstract class ContextCacheUtils

Collection of utilities for working with ContextCache.

Author
Sam Brannen

Since
4.3

Constructors

<init>

ContextCacheUtils()

Collection of utilities for working with ContextCache.

Functions

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.